Started by user Dmitry Kornilov Running as Dmitry Kornilov Connecting to https://api.github.com using GitHub bot (username/token) Obtained etc/jenkins/Jenkinsfile_ci_build from 1fe8537751e22d02df275cca8b513561916a3d91 Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] stage [Pipeline] { (Jersey build) [Pipeline] parallel [Pipeline] { (Branch: JDK 8 ) [Pipeline] { (Branch: JDK 13 ) [Pipeline] stage [Pipeline] { (JDK 8 ) [Pipeline] stage [Pipeline] { (JDK 13 ) [Pipeline] node [Pipeline] node Agent centos-7-kfmh9 is provisioned from template centos-7 Agent centos-7-xbtrf is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-kfmh9" 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-kfmh9" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-kfmh9" - 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-4.5" 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 - 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" --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-xbtrf" 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-xbtrf" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-xbtrf" - 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-4.5" 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 - 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-xbtrf in /home/jenkins/agent/workspace/continuous-integration_ci_builds Running on centos-7-kfmh9 in /home/jenkins/agent/workspace/continuous-integration_ci_builds [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout The recommended git tool is: NONE The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Avoid second fetch Checking out Revision 1fe8537751e22d02df275cca8b513561916a3d91 (ci_builds) Cloning repository https://github.com/senivam/tyrus.git > git init /home/jenkins/agent/workspace/continuous-integration_ci_builds # timeout=10 Fetching upstream changes from https://github.com/senivam/tyrus.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --progress https://github.com/senivam/tyrus.git +refs/heads/ci_builds:refs/remotes/origin/ci_builds # timeout=10 > git config remote.origin.url https://github.com/senivam/tyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/ci_builds:refs/remotes/origin/ci_builds # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1fe8537751e22d02df275cca8b513561916a3d91 # timeout=10 Avoid second fetch Checking out Revision 1fe8537751e22d02df275cca8b513561916a3d91 (ci_builds) Cloning repository https://github.com/senivam/tyrus.git > git init /home/jenkins/agent/workspace/continuous-integration_ci_builds # timeout=10 Fetching upstream changes from https://github.com/senivam/tyrus.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --progress https://github.com/senivam/tyrus.git +refs/heads/ci_builds:refs/remotes/origin/ci_builds # timeout=10 > git config remote.origin.url https://github.com/senivam/tyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/ci_builds:refs/remotes/origin/ci_builds # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1fe8537751e22d02df275cca8b513561916a3d91 # timeout=10 Commit message: "CI env for Jenkins" Commit message: "CI env for Jenkins" > git rev-list --no-walk 1fe8537751e22d02df275cca8b513561916a3d91 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh + mvn -U -C -Dtyrus.test.container.client=org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer -Pbundles clean install -Dmaven.javadoc.skip=true + mvn -U -C -Dtyrus.test.container.client=org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer -Pbundles clean install -Dmaven.javadoc.skip=true [INFO] Scanning for projects... [INFO] 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 End-to-End Tests [pom] [INFO] Tyrus End-to-End Application Config Tests [war] [INFO] Tyrus End-to-End Non-deployable Tests [war] [INFO] Tyrus End-to-End Standard Config Tests [war] [INFO] Tyrus End-to-End Java 8 Tests [war] [INFO] Tyrus End-to-End Tests running on Jetty [pom] [INFO] Tyrus End-to-End Basic Auth Tests [jar] [INFO] Tyrus End-to-End Digest Auth Tests [jar] [INFO] Tyrus Server Integration Tests [pom] [INFO] Tyrus Servlet Async Tests [war] [INFO] Tyrus Autobahn Echo Server [war] [INFO] Tyrus Servlet Basic Tests [war] [INFO] Tyrus Servlet Dynamic Deploy Test [war] [INFO] Tyrus Servlet No App Config [war] [INFO] Tyrus Servlet One App Config [war] [INFO] Tyrus Servlet RemoteEndpoint Timeout [war] [INFO] Tyrus Servlet Session Closing [war] [INFO] Tyrus Servlet Two App Config [war] [INFO] Tyrus Servlet Monitoring Test [war] [INFO] Tyrus Servlet Inject Test [war] [INFO] Tyrus Servlet Max Sessions Per App Tests [war] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests [war] [INFO] Tyrus Debug Debug Samples [war] [INFO] Tyrus Bundles [pom] [INFO] Tyrus Samples Bundle [pom] [INFO] Tyrus Standalone Client [jar] [INFO] Tyrus Standalone Client - JDK [jar] [INFO] Tyrus Websocket RI Archive [pom] [INFO] Tyrus Websocket RI Bundle [bundle] [INFO] [INFO] -----------------< org.glassfish.tyrus:tyrus-project >------------------ [INFO] Building tyrus 2.0-SNAPSHOT [1/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.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 End-to-End Tests [pom] [INFO] Tyrus End-to-End Application Config Tests [war] [INFO] Tyrus End-to-End Non-deployable Tests [war] [INFO] Tyrus End-to-End Standard Config Tests [war] [INFO] Tyrus End-to-End Java 8 Tests [war] [INFO] Tyrus End-to-End Tests running on Jetty [pom] [INFO] Tyrus End-to-End Basic Auth Tests [jar] [INFO] Tyrus End-to-End Digest Auth Tests [jar] [INFO] Tyrus Server Integration Tests [pom] [INFO] Tyrus Servlet Async Tests [war] [INFO] Tyrus Autobahn Echo Server [war] [INFO] Tyrus Servlet Basic Tests [war] [INFO] Tyrus Servlet Dynamic Deploy Test [war] [INFO] Tyrus Servlet No App Config [war] [INFO] Tyrus Servlet One App Config [war] [INFO] Tyrus Servlet RemoteEndpoint Timeout [war] [INFO] Tyrus Servlet Session Closing [war] [INFO] Tyrus Servlet Two App Config [war] [INFO] Tyrus Servlet Monitoring Test [war] [INFO] Tyrus Servlet Inject Test [war] [INFO] Tyrus Servlet Max Sessions Per App Tests [war] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests [war] [INFO] Tyrus Debug Debug Samples [war] [INFO] Tyrus Bundles [pom] [INFO] Tyrus Samples Bundle [pom] [INFO] Tyrus Standalone Client [jar] [INFO] Tyrus Standalone Client - JDK [jar] [INFO] Tyrus Websocket RI Archive [pom] [INFO] Tyrus Websocket RI Bundle [bundle] [INFO] [INFO] -----------------< org.glassfish.tyrus:tyrus-project >------------------ [INFO] Building tyrus 2.0-SNAPSHOT [1/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.0-SNAPSHOT/tyrus-project-2.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >------- [INFO] Building tyrus-archetypes 2.0-SNAPSHOT [2/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-archetypes-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-archetypes-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-archetypes-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-archetypes-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.0-SNAPSHOT/tyrus-archetypes-project-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.archetypes:tyrus-archetype-echo >--------- [INFO] Building Tyrus Echo Archetype 2.0-SNAPSHOT [3/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.0-SNAPSHOT/tyrus-project-2.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >------- [INFO] Building tyrus-archetypes 2.0-SNAPSHOT [2/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-archetypes-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-archetypes-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-archetypes-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-archetypes-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.0-SNAPSHOT/tyrus-archetypes-project-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.archetypes:tyrus-archetype-echo >--------- [INFO] Building Tyrus Echo Archetype 2.0-SNAPSHOT [3/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-archetype-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-archetype-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-archetype-echo --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-archetype-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-archetype-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-archetype-echo --- [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-archetype-echo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-archetype-echo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/echo/target/tyrus-archetype-echo-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/echo/target/tyrus-archetype-echo-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-archetype-echo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/echo/target/tyrus-archetype-echo-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0-SNAPSHOT/tyrus-archetype-echo-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0-SNAPSHOT/tyrus-archetype-echo-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/echo/target/tyrus-archetype-echo-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0-SNAPSHOT/tyrus-archetype-echo-2.0-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/echo/target/tyrus-archetype-echo-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/echo/target/tyrus-archetype-echo-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-archetype-echo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/echo/target/tyrus-archetype-echo-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0-SNAPSHOT/tyrus-archetype-echo-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0-SNAPSHOT/tyrus-archetype-echo-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/archetypes/echo/target/tyrus-archetype-echo-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0-SNAPSHOT/tyrus-archetype-echo-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.2:update-local-catalog (update-local-catalog) @ tyrus-archetype-echo --- [INFO] [INFO] --- maven-archetype-plugin:2.2:update-local-catalog (update-local-catalog) @ tyrus-archetype-echo --- [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-bom >-------------------- [INFO] Building Tyrus BOM 2.0-SNAPSHOT [4/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-bom --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.0-SNAPSHOT/tyrus-bom-2.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-spi >-------------------- [INFO] Building Tyrus Container SPI 2.0-SNAPSHOT [5/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-spi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-spi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-spi --- [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-bom >-------------------- [INFO] Building Tyrus BOM 2.0-SNAPSHOT [4/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-bom --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.0-SNAPSHOT/tyrus-bom-2.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-spi >-------------------- [INFO] Building Tyrus Container SPI 2.0-SNAPSHOT [5/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-spi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-spi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-spi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-spi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-spi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-spi --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/tyrus-spi-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-spi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/classes [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/tyrus-spi-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0-SNAPSHOT/tyrus-spi-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0-SNAPSHOT/tyrus-spi-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/tyrus-spi-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0-SNAPSHOT/tyrus-spi-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-spi --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/tyrus/tyrus-spi/2.0-SNAPSHOT/tyrus-spi-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-core >------------------- [INFO] Building Tyrus Core 2.0-SNAPSHOT [6/65] [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-spi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-spi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-spi --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-core --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/tyrus-spi-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-spi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/tyrus-spi-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0-SNAPSHOT/tyrus-spi-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0-SNAPSHOT/tyrus-spi-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/tyrus-spi-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0-SNAPSHOT/tyrus-spi-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-spi --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/tyrus/tyrus-spi/2.0-SNAPSHOT/tyrus-spi-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-core >------------------- [INFO] Building Tyrus Core 2.0-SNAPSHOT [6/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-istack-commons-plugin:2.6.1:rs-gen (default) @ tyrus-core --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-core --- Resources: org/glassfish/tyrus/core/l10n/localization.properties Processing /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/main/resources/org/glassfish/tyrus/core/l10n/localization.properties org/glassfish/tyrus/core/l10n/LocalizationMessages.java [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-jaxb-plugin:1.1.1:generate (default) @ tyrus-core --- Cannot find CatalogManager.properties [INFO] /home/jenkins/agent/workspace/continuous-integration_ci_builds/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_ci_builds/core/etc/wsadl.xsd [INFO] Writing output to /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/generated-sources/xjc [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-core --- [INFO] [INFO] --- maven-istack-commons-plugin:2.6.1:rs-gen (default) @ tyrus-core --- Resources: org/glassfish/tyrus/core/l10n/localization.properties Processing /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/main/resources/org/glassfish/tyrus/core/l10n/localization.properties org/glassfish/tyrus/core/l10n/LocalizationMessages.java [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-jaxb-plugin:1.1.1:generate (default) @ tyrus-core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [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] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_ci_builds/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_ci_builds/core/etc/wsadl.xsd [INFO] Writing output to /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/generated-sources/xjc [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [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] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-core --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- 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} Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.glassfish.tyrus.core.uri.BestMatchTest Running org.glassfish.tyrus.core.uri.EquivalentPathsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.glassfish.tyrus.core.uri.EquivalentPathsTest Running org.glassfish.tyrus.core.FrameTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.glassfish.tyrus.core.FrameTest Running org.glassfish.tyrus.core.TyrusExtensionTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.core.TyrusExtensionTest Running org.glassfish.tyrus.core.MessageHandlerManagerTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.glassfish.tyrus.core.MessageHandlerManagerTest Running org.glassfish.tyrus.core.TyrusFutureTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.glassfish.tyrus.core.TyrusFutureTest Running org.glassfish.tyrus.core.UtilsPropertiesTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.glassfish.tyrus.core.UtilsPropertiesTest Running org.glassfish.tyrus.core.TyrusRemoteEndpointTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.glassfish.tyrus.core.TyrusRemoteEndpointTest Running org.glassfish.tyrus.core.TyrusSessionTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.glassfish.tyrus.core.TyrusSessionTest Running org.glassfish.tyrus.core.WriterInfoTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.core.WriterInfoTest Running org.glassfish.tyrus.core.UtilsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.glassfish.tyrus.core.UtilsTest Results : Tests run: 104, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-core --- [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.0-SNAPSHOT : Unused Export-Package instructions: [org.glassfish.tyrus.core.cluster.*, org.glassfish.tyrus.core.coder.*, org.glassfish.tyrus.core.frame.*, org.glassfish.tyrus.core.wsadl.model.*, org.glassfish.tyrus.core.extension.*] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-core --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/tyrus-core-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/tyrus-core-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0-SNAPSHOT/tyrus-core-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0-SNAPSHOT/tyrus-core-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/tyrus-core-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0-SNAPSHOT/tyrus-core-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-core --- [INFO] Installing org/glassfish/tyrus/tyrus-core/2.0-SNAPSHOT/tyrus-core-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-client >------------------ [INFO] Building Tyrus Client 2.0-SNAPSHOT [7/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.client.TyrusClientEngineTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec - in org.glassfish.tyrus.client.TyrusClientEngineTest Running org.glassfish.tyrus.client.ClientManagerTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.client.ClientManagerTest Running org.glassfish.tyrus.client.auth.AuthConfigTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.glassfish.tyrus.client.auth.AuthConfigTest Running org.glassfish.tyrus.client.auth.CredentialsTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.glassfish.tyrus.client.auth.CredentialsTest Results : Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-client --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/tyrus-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/tyrus-client-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0-SNAPSHOT/tyrus-client-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0-SNAPSHOT/tyrus-client-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/tyrus-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0-SNAPSHOT/tyrus-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-client --- [INFO] Installing org/glassfish/tyrus/tyrus-client/2.0-SNAPSHOT/tyrus-client-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-containers-project >------------ [INFO] Building Tyrus Container Modules 2.0-SNAPSHOT [8/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-containers-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-containers-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-containers-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-containers-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.0-SNAPSHOT/tyrus-containers-project-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.tyrus:tyrus-containers-glassfish-project >------- [INFO] Building Tyrus Containers For Glassfish 2.0-SNAPSHOT [9/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-containers-glassfish-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-containers-glassfish-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.0-SNAPSHOT/tyrus-containers-glassfish-project-2.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-cdi >---------- [INFO] Building Tyrus CDI Component Provider 2.0-SNAPSHOT [10/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-glassfish-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-glassfish-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-glassfish-cdi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-glassfish-cdi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-ejb >---------- [INFO] Building Tyrus EJB Component Provider 2.0-SNAPSHOT [11/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-glassfish-ejb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-glassfish-ejb --- [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-core --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/surefire-reports [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-glassfish-ejb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-glassfish-ejb --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-client >--------- [INFO] Building Tyrus Grizzly Client Container 2.0-SNAPSHOT [12/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-grizzly-client --- ------------------------------------------------------- T E S T S ------------------------------------------------------- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-grizzly-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyWriter.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-grizzly-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-grizzly-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-grizzly-client --- 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} Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec - in org.glassfish.tyrus.core.uri.BestMatchTest Running org.glassfish.tyrus.core.uri.EquivalentPathsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.glassfish.tyrus.core.uri.EquivalentPathsTest Running org.glassfish.tyrus.core.FrameTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.glassfish.tyrus.core.FrameTest Running org.glassfish.tyrus.core.TyrusExtensionTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.core.TyrusExtensionTest Running org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0-SNAPSHOT/tyrus-container-grizzly-client-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0-SNAPSHOT/tyrus-container-grizzly-client-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0-SNAPSHOT/tyrus-container-grizzly-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-client/2.0-SNAPSHOT/tyrus-container-grizzly-client-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-server >------------------ [INFO] Building Tyrus Server 2.0-SNAPSHOT [13/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-server --- [INFO] [INFO] --- maven-istack-commons-plugin:2.6.1:rs-gen (default) @ tyrus-server --- Resources: [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-server --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.glassfish.tyrus.core.MessageHandlerManagerTest Running org.glassfish.tyrus.core.TyrusFutureTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.core.TyrusFutureTest Running org.glassfish.tyrus.core.UtilsPropertiesTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.glassfish.tyrus.core.UtilsPropertiesTest Running org.glassfish.tyrus.core.TyrusRemoteEndpointTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec - in org.glassfish.tyrus.core.TyrusRemoteEndpointTest Running org.glassfish.tyrus.core.TyrusSessionTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.glassfish.tyrus.core.TyrusSessionTest Running org.glassfish.tyrus.core.WriterInfoTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.glassfish.tyrus.core.WriterInfoTest Running org.glassfish.tyrus.core.UtilsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.glassfish.tyrus.core.UtilsTest Running org.glassfish.tyrus.server.TyrusServerConfigurationTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.glassfish.tyrus.server.TyrusServerConfigurationTest Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-server --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/tyrus-server-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/tyrus-server-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0-SNAPSHOT/tyrus-server-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0-SNAPSHOT/tyrus-server-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/tyrus-server-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0-SNAPSHOT/tyrus-server-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-server --- [INFO] Installing org/glassfish/tyrus/tyrus-server/2.0-SNAPSHOT/tyrus-server-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-server >--------- [INFO] Building Tyrus Grizzly Server Container 2.0-SNAPSHOT [14/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-grizzly-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-grizzly-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/target/classes Results : Tests run: 104, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-core --- [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-grizzly-server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-grizzly-server --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0-SNAPSHOT/tyrus-container-grizzly-server-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0-SNAPSHOT/tyrus-container-grizzly-server-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0-SNAPSHOT/tyrus-container-grizzly-server-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-server/2.0-SNAPSHOT/tyrus-container-grizzly-server-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-inmemory >------------ [INFO] Building Tyrus InMemory Container 2.0-SNAPSHOT [15/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-inmemory --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-inmemory --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-inmemory --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.0-SNAPSHOT : Unused Export-Package instructions: [org.glassfish.tyrus.core.wsadl.model.*, org.glassfish.tyrus.core.coder.*, org.glassfish.tyrus.core.extension.*, org.glassfish.tyrus.core.cluster.*, org.glassfish.tyrus.core.frame.*] Running org.glassfish.tyrus.container.inmemory.EchoTest # client sent: in-memory echo! # server echoed: in-memory echo! # client received: in-memory echo! Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec - in org.glassfish.tyrus.container.inmemory.EchoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-inmemory --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/target/tyrus-container-inmemory-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/target/tyrus-container-inmemory-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0-SNAPSHOT/tyrus-container-inmemory-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0-SNAPSHOT/tyrus-container-inmemory-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/target/tyrus-container-inmemory-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0-SNAPSHOT/tyrus-container-inmemory-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing org/glassfish/tyrus/tyrus-container-inmemory/2.0-SNAPSHOT/tyrus-container-inmemory-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-servlet >------------- [INFO] Building Tyrus Servlet Bundle 2.0-SNAPSHOT [16/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-core --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/tyrus-core-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/tyrus-core-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0-SNAPSHOT/tyrus-core-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0-SNAPSHOT/tyrus-core-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/tyrus-core-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0-SNAPSHOT/tyrus-core-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-core --- [INFO] Installing org/glassfish/tyrus/tyrus-core/2.0-SNAPSHOT/tyrus-core-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-client >------------------ [INFO] Building Tyrus Client 2.0-SNAPSHOT [7/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-client --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-servlet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/target/classes [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-servlet --- [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tyrus-container-servlet --- [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.client.TyrusClientEngineTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec - in org.glassfish.tyrus.client.TyrusClientEngineTest Running org.glassfish.tyrus.client.ClientManagerTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.glassfish.tyrus.client.ClientManagerTest Running org.glassfish.tyrus.client.auth.AuthConfigTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.glassfish.tyrus.client.auth.AuthConfigTest Running org.glassfish.tyrus.client.auth.CredentialsTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.client.auth.CredentialsTest Results : Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-client --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/tyrus-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/tyrus-client-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0-SNAPSHOT/tyrus-client-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0-SNAPSHOT/tyrus-client-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/tyrus-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0-SNAPSHOT/tyrus-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-client --- [INFO] Installing org/glassfish/tyrus/tyrus-client/2.0-SNAPSHOT/tyrus-client-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-containers-project >------------ [INFO] Building Tyrus Container Modules 2.0-SNAPSHOT [8/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-containers-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-containers-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-containers-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-containers-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.0-SNAPSHOT/tyrus-containers-project-2.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.tyrus:tyrus-containers-glassfish-project >------- [INFO] Building Tyrus Containers For Glassfish 2.0-SNAPSHOT [9/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-containers-glassfish-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-containers-glassfish-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.0-SNAPSHOT/tyrus-containers-glassfish-project-2.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-cdi >---------- [INFO] Building Tyrus CDI Component Provider 2.0-SNAPSHOT [10/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-glassfish-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-glassfish-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-glassfish-cdi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-glassfish-cdi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-ejb >---------- [INFO] Building Tyrus EJB Component Provider 2.0-SNAPSHOT [11/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-glassfish-ejb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-glassfish-ejb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-glassfish-ejb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-glassfish-ejb --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/target/tyrus-container-servlet-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/target/tyrus-container-servlet-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0-SNAPSHOT/tyrus-container-servlet-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0-SNAPSHOT/tyrus-container-servlet-2.0-SNAPSHOT.pom [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-client >--------- [INFO] Building Tyrus Grizzly Client Container 2.0-SNAPSHOT [12/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-grizzly-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-grizzly-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/target/classes [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/target/tyrus-container-servlet-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0-SNAPSHOT/tyrus-container-servlet-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-servlet --- [INFO] Installing org/glassfish/tyrus/tyrus-container-servlet/2.0-SNAPSHOT/tyrus-container-servlet-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-project >------------ [INFO] Building Tyrus Tests 2.0-SNAPSHOT [17/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.0-SNAPSHOT/tyrus-tests-project-2.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-test-tools >------------- [INFO] Building Tyrus Test Tools 2.0-SNAPSHOT [18/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-test-tools --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-test-tools --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-test-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-test-tools --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-test-tools --- [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyWriter.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-grizzly-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-grizzly-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0-SNAPSHOT/tyrus-container-grizzly-client-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0-SNAPSHOT/tyrus-container-grizzly-client-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0-SNAPSHOT/tyrus-container-grizzly-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-client/2.0-SNAPSHOT/tyrus-container-grizzly-client-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-server >------------------ [INFO] Building Tyrus Server 2.0-SNAPSHOT [13/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-server --- [INFO] [INFO] --- maven-istack-commons-plugin:2.6.1:rs-gen (default) @ tyrus-server --- Resources: [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/test-classes [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/target/tyrus-test-tools-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/target/tyrus-test-tools-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0-SNAPSHOT/tyrus-test-tools-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0-SNAPSHOT/tyrus-test-tools-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/target/tyrus-test-tools-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0-SNAPSHOT/tyrus-test-tools-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-server --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-test-tools --- [INFO] Installing org/glassfish/tyrus/tests/tyrus-test-tools/2.0-SNAPSHOT/tyrus-test-tools-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus:tyrus-container-jdk-client >----------- [INFO] Building Tyrus JDK Client Container 2.0-SNAPSHOT [19/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-jdk-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-jdk-client --- Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec - in org.glassfish.tyrus.server.TyrusServerConfigurationTest Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-server --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/tyrus-server-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/tyrus-server-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0-SNAPSHOT/tyrus-server-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0-SNAPSHOT/tyrus-server-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/tyrus-server-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0-SNAPSHOT/tyrus-server-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-server --- [INFO] Installing org/glassfish/tyrus/tyrus-server/2.0-SNAPSHOT/tyrus-server-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-server >--------- [INFO] Building Tyrus Grizzly Server Container 2.0-SNAPSHOT [14/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-grizzly-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-jdk-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-grizzly-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-grizzly-server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-grizzly-server --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-grizzly-server --- Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0-SNAPSHOT/tyrus-container-grizzly-server-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0-SNAPSHOT/tyrus-container-grizzly-server-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0-SNAPSHOT/tyrus-container-grizzly-server-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-server/2.0-SNAPSHOT/tyrus-container-grizzly-server-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-inmemory >------------ [INFO] Building Tyrus InMemory Container 2.0-SNAPSHOT [15/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-inmemory --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-inmemory --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-inmemory --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Jul 02, 2021 12:59:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 sec - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Running org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Jul 02, 2021 12:59:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 12:59:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Running org.glassfish.tyrus.container.inmemory.EchoTest Jul 02, 2021 12:59:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 12:59:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. # client sent: in-memory echo! # server echoed: in-memory echo! # client received: in-memory echo! Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec - in org.glassfish.tyrus.container.inmemory.EchoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-inmemory --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/target/tyrus-container-inmemory-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/target/tyrus-container-inmemory-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0-SNAPSHOT/tyrus-container-inmemory-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0-SNAPSHOT/tyrus-container-inmemory-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/inmemory/target/tyrus-container-inmemory-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0-SNAPSHOT/tyrus-container-inmemory-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing org/glassfish/tyrus/tyrus-container-inmemory/2.0-SNAPSHOT/tyrus-container-inmemory-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-servlet >------------- [INFO] Building Tyrus Servlet Bundle 2.0-SNAPSHOT [16/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-servlet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-servlet --- [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tyrus-container-servlet --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/target/tyrus-container-servlet-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/target/tyrus-container-servlet-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0-SNAPSHOT/tyrus-container-servlet-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0-SNAPSHOT/tyrus-container-servlet-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/target/tyrus-container-servlet-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0-SNAPSHOT/tyrus-container-servlet-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-servlet --- [INFO] Installing org/glassfish/tyrus/tyrus-container-servlet/2.0-SNAPSHOT/tyrus-container-servlet-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-project >------------ [INFO] Building Tyrus Tests 2.0-SNAPSHOT [17/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.0-SNAPSHOT/tyrus-tests-project-2.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-test-tools >------------- [INFO] Building Tyrus Test Tools 2.0-SNAPSHOT [18/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-test-tools --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-test-tools --- Jul 02, 2021 12:59:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.128 sec - in org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Running org.glassfish.tyrus.container.jdk.client.EchoTest Jul 02, 2021 12:59:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 12:59:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:05 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) Jul 02, 2021 12:59:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.container.jdk.client.EchoTest Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest Jul 02, 2021 12:59:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 12:59:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-test-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-test-tools --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-test-tools --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/target/tyrus-test-tools-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/target/tyrus-test-tools-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0-SNAPSHOT/tyrus-test-tools-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0-SNAPSHOT/tyrus-test-tools-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/tools/target/tyrus-test-tools-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0-SNAPSHOT/tyrus-test-tools-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-test-tools --- [INFO] Installing org/glassfish/tyrus/tests/tyrus-test-tools/2.0-SNAPSHOT/tyrus-test-tools-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus:tyrus-container-jdk-client >----------- [INFO] Building Tyrus JDK Client Container 2.0-SNAPSHOT [19/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-jdk-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-jdk-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Jul 02, 2021 12:59:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 12:59:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 sec - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Running org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Jul 02, 2021 12:59:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 12:59:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 12:59:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.097 sec - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest Running org.glassfish.tyrus.container.jdk.client.SslFilterTest === SSLHandshakeException (certificate_unknown) on the server expected === Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.949 sec - in org.glassfish.tyrus.container.jdk.client.SslFilterTest Running org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at sun.security.ssl.AppInputStream.read(AppInputStream.java:71) at org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:502) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 12:59:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Running org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest Jul 02, 2021 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 12:59:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.266 sec - in org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Running org.glassfish.tyrus.container.jdk.client.EchoTest Jul 02, 2021 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 12:59:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:09 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) Jul 02, 2021 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.glassfish.tyrus.container.jdk.client.EchoTest Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest Jul 02, 2021 12:59:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 12:59:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 12:59:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.194 sec - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest Running org.glassfish.tyrus.container.jdk.client.SslFilterTest Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.048 sec - in org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest Running org.glassfish.tyrus.container.jdk.client.UnknownHostTest Jul 02, 2021 12:59:13 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: BEGIN COUNT: 40 Jul 02, 2021 12:59:13 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: AFTER WARMUP COUNT: 40 Jul 02, 2021 12:59:13 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: END COUNT: 40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.glassfish.tyrus.container.jdk.client.UnknownHostTest Results : Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-jdk-client --- javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1377) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:437) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:878) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:969) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:929) at org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:830) Caused by: java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.ensureOpenAndConnected(NioSocketImpl.java:166) at java.base/sun.nio.ch.NioSocketImpl.beginWrite(NioSocketImpl.java:367) at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:412) at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441) at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825) at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:268) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.NewSessionTicket$NewSessionTicketKickstartProducer.produce(NewSessionTicket.java:429) at java.base/sun.security.ssl.Finished$T13FinishedConsumer.onConsumeFinished(Finished.java:1143) at java.base/sun.security.ssl.Finished$T13FinishedConsumer.consume(Finished.java:889) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:422) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:181) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1460) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1368) ... 8 more [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/tyrus-container-jdk-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/tyrus-container-jdk-client-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0-SNAPSHOT/tyrus-container-jdk-client-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0-SNAPSHOT/tyrus-container-jdk-client-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/tyrus-container-jdk-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0-SNAPSHOT/tyrus-container-jdk-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-jdk-client/2.0-SNAPSHOT/tyrus-container-jdk-client-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.glassfish.tyrus:tyrus-documentation >--------------- [INFO] Building Tyrus Documentation 2.0-SNAPSHOT [20/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-documentation --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-documentation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-documentation --- [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-antrun-plugin:1.3:run (process-entities) @ tyrus-documentation --- [INFO] Executing tasks [echo] Preparing char entities [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/gen-src [copy] Copying 16 files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/gen-src [INFO] Executed tasks [INFO] [INFO] --- docbkx-maven-plugin:2.0.15:generate-html (Single page HTML and PDF) @ tyrus-documentation --- === SSLHandshakeException (certificate_unknown) on the server expected === Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.316 sec - in org.glassfish.tyrus.container.jdk.client.SslFilterTest Running org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Jul 02, 2021 12:59:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 12:59:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Running org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest Jul 02, 2021 12:59:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 12:59:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Processing input file: user-guide.xml Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.07 sec - in org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest Running org.glassfish.tyrus.container.jdk.client.UnknownHostTest Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: BEGIN COUNT: 30 Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: AFTER WARMUP COUNT: 30 Jul 02, 2021 12:59:18 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: END COUNT: 30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.glassfish.tyrus.container.jdk.client.UnknownHostTest Results : Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-jdk-client --- [INFO] Applying customization parameters after docbkx parameters [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/tyrus-container-jdk-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/tyrus-container-jdk-client-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0-SNAPSHOT/tyrus-container-jdk-client-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0-SNAPSHOT/tyrus-container-jdk-client-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/tyrus-container-jdk-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0-SNAPSHOT/tyrus-container-jdk-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-jdk-client/2.0-SNAPSHOT/tyrus-container-jdk-client-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.glassfish.tyrus:tyrus-documentation >--------------- [INFO] Building Tyrus Documentation 2.0-SNAPSHOT [20/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-documentation --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-documentation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-documentation --- [INFO] /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/docbook/user-guide.html has been generated. [INFO] [INFO] --- docbkx-maven-plugin:2.0.15:generate-pdf (Single page HTML and PDF) @ tyrus-documentation --- [INFO] Processing input file: user-guide.xml [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-antrun-plugin:1.3:run (process-entities) @ tyrus-documentation --- [INFO] Executing tasks [echo] Preparing char entities [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/gen-src [copy] Copying 16 files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/gen-src [INFO] Executed tasks [INFO] [INFO] --- docbkx-maven-plugin:2.0.15:generate-html (Single page HTML and PDF) @ tyrus-documentation --- [INFO] Applying customization parameters after docbkx parameters [INFO] Processing input file: user-guide.xml [INFO] targetFileExtension pdf [INFO] type fo Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. Jul 02, 2021 12:59:20 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern for lang="en". Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #2. Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #3. Jul 02, 2021 12:59:20 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) Jul 02, 2021 12:59:20 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) Jul 02, 2021 12:59:20 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) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 73:944) Jul 02, 2021 12:59:20 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) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 73:944) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 73:944) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Jul 02, 2021 12:59:20 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) Jul 02, 2021 12:59:20 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) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #4. Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #5. Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #6. Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #7. Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 183:2622) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 183:2622) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 183:2622) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 187:962) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 187:962) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 187:962) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 191:948) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 191:948) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 191:948) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 8 of a paragraph overflows the available area by 7140 millipoints. (See position 195:962) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 195:962) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 195:962) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 195:962) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 5140 millipoints. (See position 195:962) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 199:923) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 199:923) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 199:923) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 15 of a paragraph overflows the available area by 700 millipoints. (See position 203:924) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 12 of a paragraph overflows the available area by 150 millipoints. (See position 203:924) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7350 millipoints. (See position 203:924) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 203:924) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 209:552) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 209:552) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 209:552) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 213:3089) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 213:3089) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 213:3089) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 217:913) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 217:913) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 217:913) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 221:913) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 221:913) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 221:913) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 225:916) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 225:916) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 225:916) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #8. Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #9. Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #10. Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #11. Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1078) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1078) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1078) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 252:1078) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1078) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1078) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1078) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 252:1078) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 4758 millipoints. (See position 311:683) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Jul 02, 2021 12:59:20 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #12. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #13. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #14. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 377:998) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 413:939) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 501:365) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 525:926) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 579:957) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 595:955) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 634:927) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 634:927) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #15. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #16. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #17. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #18. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #19. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #20. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #21. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #22. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 690:649) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 709:950) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 755:943) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 755:943) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 755:943) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 20224 millipoints. (See position 758:657) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 768:949) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #23. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #24. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 835:955) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 863:980) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 875:980) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 875:980) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #25. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #26. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #27. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 912:943) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 912:943) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #28. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #29. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #30. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 949:857) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:857) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:857) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:857) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 949:857) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 949:857) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:857) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 975:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 989:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 989:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 994:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 994:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 994:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1010:670) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1016:426) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1038:654) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1060:570) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1062:609) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1066:487) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1066:487) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1078:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1136:471) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1136:471) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1233:584) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1246:554) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1323:378) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1333:378) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1347:378) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1416:390) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1416:390) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1421:390) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1421:390) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1421:390) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1450:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1497:378) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1497:378) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1567:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1571:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1619:578) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1649:389) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1649:389) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1649:389) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1683:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1716:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1729:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 6000 millipoints. (See position 1741:787) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1759:513) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1788:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1796:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1796:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1796:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1812:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1812:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1812:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1812:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1828:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1828:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1828:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1828:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1853:393) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1858:393) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1884:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1884:382) Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #31. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #32. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #33. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #34. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #35. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #36. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #37. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #38. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #39. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #40. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #41. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #42. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #43. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #44. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #45. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #46. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #47. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #48. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #49. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #50. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #51. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #52. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #53. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #54. Jul 02, 2021 12:59:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #55. [INFO] /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/docbook/user-guide.pdf has been generated. [INFO] /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/docbook/user-guide.fo has been generated. [INFO] [INFO] --- docbkx-maven-plugin: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_ci_builds/docs/target/docbook for generated file(s) [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ tyrus-documentation --- [INFO] Applying customization parameters after docbkx parameters [INFO] /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/docbook/user-guide.html has been generated. [INFO] [INFO] --- docbkx-maven-plugin:2.0.15:generate-pdf (Single page HTML and PDF) @ tyrus-documentation --- [INFO] Processing input file: user-guide.xml [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/tyrus-documentation-2.0-SNAPSHOT-docbook.zip [INFO] [INFO] --- build-helper-maven-plugin:1.8:attach-artifact (attach-artifacts) @ tyrus-documentation --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-documentation --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-documentation --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0-SNAPSHOT/tyrus-documentation-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/tyrus-documentation-2.0-SNAPSHOT-docbook.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0-SNAPSHOT/tyrus-documentation-2.0-SNAPSHOT-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/docbook/user-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0-SNAPSHOT/tyrus-documentation-2.0-SNAPSHOT-user-guide.pdf [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extensions-project >---------- [INFO] Building Tyrus Extension Modules 2.0-SNAPSHOT [21/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-extensions-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-extensions-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-extensions-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-extensions-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.0-SNAPSHOT/tyrus-extensions-project-2.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.tyrus.ext:tyrus-client-cli >-------------- [INFO] Building Tyrus CLI Client 2.0-SNAPSHOT [22/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-client-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-client-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-client-cli --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-client-cli --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-client-cli --- [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ tyrus-client-cli --- [WARNING] Map in class org.apache.maven.plugins.shade.resource.ManifestResourceTransformer declares value type as: class java.util.jar.Attributes but saw: class java.lang.String at runtime [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including javax.websocket:javax.websocket-api:jar:1.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:2.3.22 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:2.3.22 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:2.3.22 in the shaded jar. [INFO] Including jline:jline:jar:2.14.5 in the shaded jar. [INFO] Applying customization parameters after docbkx parameters [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/tyrus-client-cli-2.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/tyrus-client-cli-2.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/dependency-reduced-pom.xml [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/dependency-reduced-pom.xml [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-client-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/tyrus-client-cli-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-client-cli --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/tyrus-client-cli-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0-SNAPSHOT/tyrus-client-cli-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0-SNAPSHOT/tyrus-client-cli-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/tyrus-client-cli-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0-SNAPSHOT/tyrus-client-cli-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-client-cli --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-cli/2.0-SNAPSHOT/tyrus-client-cli-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus.ext:tyrus-monitoring-jmx >------------ [INFO] Building Tyrus Monitoring JMX 2.0-SNAPSHOT [23/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-monitoring-jmx --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-monitoring-jmx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-monitoring-jmx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/SessionCleanUpTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/SessionCleanUpTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-monitoring-jmx --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- [INFO] targetFileExtension pdf [INFO] type fo Running org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Jul 02, 2021 12:59:25 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Jul 02, 2021 12:59:25 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". Jul 02, 2021 12:59:25 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. Jul 02, 2021 12:59:25 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern for lang="en". Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 sec - in org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 12:59:25 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #2. Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jul 02, 2021 12:59:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Running org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Running org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Running org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #3. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Running org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Running org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Running org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Running org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Running org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Results : Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-monitoring-jmx --- Jul 02, 2021 12:59:26 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) Jul 02, 2021 12:59:26 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) Jul 02, 2021 12:59:26 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) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 73:944) Jul 02, 2021 12:59:26 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) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 73:944) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 73:944) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Jul 02, 2021 12:59:26 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) Jul 02, 2021 12:59:26 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) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #4. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #5. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #6. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #7. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 183:2622) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 183:2622) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 183:2622) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 187:962) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 187:962) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 187:962) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 191:948) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 191:948) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 191:948) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 8 of a paragraph overflows the available area by 7140 millipoints. (See position 195:962) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 195:962) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 195:962) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 195:962) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 5140 millipoints. (See position 195:962) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 199:923) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 199:923) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 199:923) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 15 of a paragraph overflows the available area by 700 millipoints. (See position 203:924) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 12 of a paragraph overflows the available area by 150 millipoints. (See position 203:924) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7350 millipoints. (See position 203:924) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 203:924) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 209:552) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 209:552) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 209:552) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 213:3089) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 213:3089) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 213:3089) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 217:913) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 217:913) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 217:913) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 221:913) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 221:913) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 221:913) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 225:916) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 225:916) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 225:916) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #8. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #9. [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-monitoring-jmx --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0-SNAPSHOT/tyrus-monitoring-jmx-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0-SNAPSHOT/tyrus-monitoring-jmx-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0-SNAPSHOT/tyrus-monitoring-jmx-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extension-deflate >----------- [INFO] Building Tyrus Extension - Per Message Deflate 2.0-SNAPSHOT [24/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-extension-deflate --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-extension-deflate --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-extension-deflate --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #10. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #11. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1078) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1078) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1078) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 252:1078) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1078) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1078) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1078) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 252:1078) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 4758 millipoints. (See position 311:683) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #12. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #13. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #14. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 377:998) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 413:939) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 501:365) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 525:926) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 579:957) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 595:955) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 634:927) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 634:927) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #15. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #16. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #17. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #18. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #19. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #20. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #21. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #22. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 690:649) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 709:950) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 755:943) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 755:943) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 755:943) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 20224 millipoints. (See position 758:657) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 768:949) Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59: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=[D4uLfcUGUNW8JI81WI/8+Q==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #23. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #24. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 835:955) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 863:980) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 875:980) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 875:980) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #25. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #26. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #27. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 912:943) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 912:943) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #28. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #29. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #30. Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 949:857) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:857) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:857) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:857) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 949:857) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 949:857) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:857) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 975:382) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 989:382) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 989:382) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 994:382) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 994:382) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 994:382) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1010:670) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1016:426) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1038:654) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1060:570) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1062:609) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1066:487) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1066:487) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1078:382) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1136:471) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1136:471) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1233:584) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1246:554) Jul 02, 2021 12:59:26 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1323:378) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1333:378) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1347:378) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1416:390) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1416:390) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1421:390) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1421:390) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1421:390) ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[GLxf+HgcUnhimBiygHvHyqNEMm0=], 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. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 sec - in org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-extension-deflate --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-extension-deflate --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/target/tyrus-extension-deflate-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/target/tyrus-extension-deflate-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0-SNAPSHOT/tyrus-extension-deflate-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0-SNAPSHOT/tyrus-extension-deflate-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/target/tyrus-extension-deflate-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0-SNAPSHOT/tyrus-extension-deflate-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0-SNAPSHOT/tyrus-extension-deflate-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.glassfish.tyrus.ext:tyrus-client-java8 >------------- [INFO] Building Tyrus Java8 Client Extension 2.0-SNAPSHOT [25/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client-java8 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-client-java8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/target/test-classes Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1450:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1497:378) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1497:378) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1567:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1571:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1619:578) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1649:389) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1649:389) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1649:389) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1683:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1716:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1729:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 6000 millipoints. (See position 1741:787) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1759:513) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1788:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1796:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1796:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1796:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1812:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1812:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1812:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1812:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1828:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1828:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1828:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1828:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1853:393) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1858:393) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1884:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1884:382) Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #31. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #32. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #33. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #34. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #35. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #36. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #37. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #38. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #39. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #40. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #41. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #42. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #43. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #44. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #45. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #46. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #47. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #48. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #49. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #50. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-client-java8 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #51. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #52. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #53. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #54. Jul 02, 2021 12:59:27 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #55. [INFO] /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/docbook/user-guide.pdf has been generated. [INFO] /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/docbook/user-guide.fo has been generated. [INFO] [INFO] --- docbkx-maven-plugin:2.0.15:generate-html (Multiple HTML pages) @ tyrus-documentation --- [INFO] Processing input file: index.xml Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. partial: I find your lack of faith disturbing true Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec - in org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Results : Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-client-java8 --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-client-java8 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/target/tyrus-client-java8-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-client-java8 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/target/tyrus-client-java8-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0-SNAPSHOT/tyrus-client-java8-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0-SNAPSHOT/tyrus-client-java8-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/target/tyrus-client-java8-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0-SNAPSHOT/tyrus-client-java8-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-client-java8 --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-java8/2.0-SNAPSHOT/tyrus-client-java8-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus.samples:tyrus-samples-project >---------- [INFO] Building Tyrus Samples 2.0-SNAPSHOT [26/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-samples-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-samples-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-samples-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-samples-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.0-SNAPSHOT/tyrus-samples-project-2.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.samples:tyrus-sample-auction >---------- [INFO] Building Tyrus Auction Sample 2.0-SNAPSHOT [27/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-auction --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-auction --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-auction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-auction --- [INFO] Applying customization parameters after docbkx parameters [INFO] Chunking output. [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-auction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-auction --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-auction --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-auction --- [INFO] See /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/docbook for generated file(s) [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ tyrus-documentation --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-auction] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/src/main/webapp] [INFO] Webapp assembled in [21 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-auction --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-auction --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-auction --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0-SNAPSHOT/tyrus-sample-auction-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0-SNAPSHOT/tyrus-sample-auction-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0-SNAPSHOT/tyrus-sample-auction-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0-SNAPSHOT/tyrus-sample-auction-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.tyrus.samples:tyrus-sample-cdi >------------ [INFO] Building Tyrus CDI Sample 2.0-SNAPSHOT [28/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-cdi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-cdi --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.cdi.CdiTest [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/tyrus-documentation-2.0-SNAPSHOT-docbook.zip [INFO] [INFO] --- build-helper-maven-plugin:1.8:attach-artifact (attach-artifacts) @ tyrus-documentation --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-documentation --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-documentation --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0-SNAPSHOT/tyrus-documentation-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/tyrus-documentation-2.0-SNAPSHOT-docbook.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0-SNAPSHOT/tyrus-documentation-2.0-SNAPSHOT-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/docs/target/docbook/user-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0-SNAPSHOT/tyrus-documentation-2.0-SNAPSHOT-user-guide.pdf [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extensions-project >---------- [INFO] Building Tyrus Extension Modules 2.0-SNAPSHOT [21/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-extensions-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-extensions-project --- Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.glassfish.tyrus.sample.cdi.CdiTest Results : Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-cdi --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-cdi] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-cdi --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-cdi --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0-SNAPSHOT/tyrus-sample-cdi-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0-SNAPSHOT/tyrus-sample-cdi-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0-SNAPSHOT/tyrus-sample-cdi-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0-SNAPSHOT/tyrus-sample-cdi-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-chat >------------ [INFO] Building Tyrus Chat Sample 2.0-SNAPSHOT [29/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-chat --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-chat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-chat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/chatdata/ChatMessage.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/chatdata/ChatMessage.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-chat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-chat --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-chat --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-chat] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-chat --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-chat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-extensions-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-extensions-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.0-SNAPSHOT/tyrus-extensions-project-2.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.tyrus.ext:tyrus-client-cli >-------------- [INFO] Building Tyrus CLI Client 2.0-SNAPSHOT [22/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-chat --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0-SNAPSHOT/tyrus-sample-chat-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0-SNAPSHOT/tyrus-sample-chat-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0-SNAPSHOT/tyrus-sample-chat-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0-SNAPSHOT/tyrus-sample-chat-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-draw >------------ [INFO] Building Tyrus Draw Sample 2.0-SNAPSHOT [30/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-draw --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-draw --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-draw --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-draw --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-draw --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-draw --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-draw --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-draw --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-draw] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/src/main/webapp] [INFO] Webapp assembled in [2 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-draw --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-draw --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-draw --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0-SNAPSHOT/tyrus-sample-draw-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0-SNAPSHOT/tyrus-sample-draw-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0-SNAPSHOT/tyrus-sample-draw-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0-SNAPSHOT/tyrus-sample-draw-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-echo >------------ [INFO] Building Tyrus Echo Sample 2.0-SNAPSHOT [31/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-echo --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-client-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-client-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-client-cli --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-client-cli --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-client-cli --- [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ tyrus-client-cli --- Running org.glassfish.tyrus.sample.echo.EchoTest Jul 02, 2021 12:59:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:29 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] Jul 02, 2021 12:59:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec - in org.glassfish.tyrus.sample.echo.EchoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/src/main/webapp] [INFO] Webapp assembled in [2 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-echo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0-SNAPSHOT/tyrus-sample-echo-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0-SNAPSHOT/tyrus-sample-echo-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0-SNAPSHOT/tyrus-sample-echo-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0-SNAPSHOT/tyrus-sample-echo-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-basic-auth >--------- [INFO] Building Tyrus Basic Auth Sample 2.0-SNAPSHOT [32/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-basic-auth --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-basic-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-basic-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-basic-auth --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-basic-auth --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-basic-auth] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/src/main/webapp] [INFO] Webapp assembled in [2 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-basic-auth --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-basic-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-basic-auth --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0-SNAPSHOT/tyrus-sample-basic-auth-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0-SNAPSHOT/tyrus-sample-basic-auth-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0-SNAPSHOT/tyrus-sample-basic-auth-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0-SNAPSHOT/tyrus-sample-basic-auth-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-echo-https >--------- [INFO] Building Tyrus Secure Echo Sample 2.0-SNAPSHOT [33/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-echo-https --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-echo-https --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-echo-https --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-echo-https --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-echo-https --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-echo-https --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo-https] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/src/main/webapp] [INFO] Webapp assembled in [2 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-echo-https --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-echo-https --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-echo-https --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0-SNAPSHOT/tyrus-sample-echo-https-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0-SNAPSHOT/tyrus-sample-echo-https-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0-SNAPSHOT/tyrus-sample-echo-https-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0-SNAPSHOT/tyrus-sample-echo-https-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-programmatic-echo >----- [INFO] Building Tyrus Programmatic Echo Sample 2.0-SNAPSHOT [34/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-programmatic-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-programmatic-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-programmatic-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-programmatic-echo --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest [WARNING] Map in class org.apache.maven.plugins.shade.resource.ManifestResourceTransformer declares value type as: class java.util.jar.Attributes but saw: class java.lang.String at runtime [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including javax.websocket:javax.websocket-api:jar:1.1 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2 in the shaded jar. [INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:2.3.22 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:2.3.22 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:2.3.22 in the shaded jar. [INFO] Including jline:jline:jar:2.14.5 in the shaded jar. Jul 02, 2021 12:59:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:30 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] Jul 02, 2021 12:59:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec - in org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-programmatic-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-programmatic-echo] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/src/main/webapp] [INFO] Webapp assembled in [3 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT.war [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/tyrus-client-cli-2.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/tyrus-client-cli-2.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/dependency-reduced-pom.xml [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/dependency-reduced-pom.xml [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-client-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/tyrus-client-cli-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-client-cli --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/tyrus-client-cli-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0-SNAPSHOT/tyrus-client-cli-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0-SNAPSHOT/tyrus-client-cli-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-cli/target/tyrus-client-cli-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0-SNAPSHOT/tyrus-client-cli-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-client-cli --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-cli/2.0-SNAPSHOT/tyrus-client-cli-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus.ext:tyrus-monitoring-jmx >------------ [INFO] Building Tyrus Monitoring JMX 2.0-SNAPSHOT [23/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-monitoring-jmx --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-programmatic-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-programmatic-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-programmatic-echo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-simplelife >--------- [INFO] Building Tyrus Simple Life Sample 2.0-SNAPSHOT [35/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-simplelife --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-simplelife --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-simplelife --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-simplelife --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-simplelife --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-simplelife --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-simplelife --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-simplelife --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-simplelife] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/src/main/webapp] [INFO] Webapp assembled in [2 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-simplelife --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-simplelife --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-simplelife --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0-SNAPSHOT/tyrus-sample-simplelife-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0-SNAPSHOT/tyrus-sample-simplelife-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0-SNAPSHOT/tyrus-sample-simplelife-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0-SNAPSHOT/tyrus-sample-simplelife-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-shared-collection >----- [INFO] Building Tyrus Shared Collection Sample 2.0-SNAPSHOT [36/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-monitoring-jmx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/SessionCleanUpTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/SessionCleanUpTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-monitoring-jmx --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.879 sec - in org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Running org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Running org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Running org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Running org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Running org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jul 02, 2021 12:59:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Running org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Running org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Running org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Results : Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-monitoring-jmx --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0-SNAPSHOT/tyrus-monitoring-jmx-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0-SNAPSHOT/tyrus-monitoring-jmx-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0-SNAPSHOT/tyrus-monitoring-jmx-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extension-deflate >----------- [INFO] Building Tyrus Extension - Per Message Deflate 2.0-SNAPSHOT [24/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-extension-deflate --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-extension-deflate --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-extension-deflate --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest Jul 02, 2021 12:59:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:34 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=[6Xovd/48Sk9yDP50lu8J7w==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[DcM2nelBi5nxeKoC0uns1y3gx0Q=], 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. Jul 02, 2021 12:59:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 sec - in org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-extension-deflate --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-extension-deflate --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/target/tyrus-extension-deflate-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/target/tyrus-extension-deflate-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0-SNAPSHOT/tyrus-extension-deflate-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0-SNAPSHOT/tyrus-extension-deflate-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/extension-deflate/target/tyrus-extension-deflate-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0-SNAPSHOT/tyrus-extension-deflate-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0-SNAPSHOT/tyrus-extension-deflate-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.glassfish.tyrus.ext:tyrus-client-java8 >------------- [INFO] Building Tyrus Java8 Client Extension 2.0-SNAPSHOT [25/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client-java8 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-client-java8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-client-java8 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. partial: I find your lack of faith disturbing true Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 sec - in org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Results : Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-client-java8 --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-client-java8 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/target/tyrus-client-java8-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-client-java8 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/target/tyrus-client-java8-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0-SNAPSHOT/tyrus-client-java8-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0-SNAPSHOT/tyrus-client-java8-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/ext/client-java8/target/tyrus-client-java8-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0-SNAPSHOT/tyrus-client-java8-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-client-java8 --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-java8/2.0-SNAPSHOT/tyrus-client-java8-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus.samples:tyrus-samples-project >---------- [INFO] Building Tyrus Samples 2.0-SNAPSHOT [26/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-samples-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-samples-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-samples-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-samples-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.0-SNAPSHOT/tyrus-samples-project-2.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.samples:tyrus-sample-auction >---------- [INFO] Building Tyrus Auction Sample 2.0-SNAPSHOT [27/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-auction --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-auction --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-auction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-auction --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-auction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-auction --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-auction --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-auction --- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.converters.collections.TreeMapConverter (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.converters.collections.TreeMapConverter WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-auction] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/src/main/webapp] [INFO] Webapp assembled in [30 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-auction --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-auction --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-auction --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0-SNAPSHOT/tyrus-sample-auction-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0-SNAPSHOT/tyrus-sample-auction-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0-SNAPSHOT/tyrus-sample-auction-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0-SNAPSHOT/tyrus-sample-auction-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.tyrus.samples:tyrus-sample-cdi >------------ [INFO] Building Tyrus CDI Sample 2.0-SNAPSHOT [28/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-cdi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-cdi --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.cdi.CdiTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.glassfish.tyrus.sample.cdi.CdiTest Results : Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-cdi --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-cdi] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/src/main/webapp] [INFO] Webapp assembled in [17 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-cdi --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-cdi --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0-SNAPSHOT/tyrus-sample-cdi-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0-SNAPSHOT/tyrus-sample-cdi-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0-SNAPSHOT/tyrus-sample-cdi-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0-SNAPSHOT/tyrus-sample-cdi-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-chat >------------ [INFO] Building Tyrus Chat Sample 2.0-SNAPSHOT [29/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-chat --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-chat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-chat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/chatdata/ChatMessage.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/chatdata/ChatMessage.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-chat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-chat --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-chat --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-chat] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/src/main/webapp] [INFO] Webapp assembled in [9 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-chat --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-chat --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-chat --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0-SNAPSHOT/tyrus-sample-chat-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0-SNAPSHOT/tyrus-sample-chat-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0-SNAPSHOT/tyrus-sample-chat-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0-SNAPSHOT/tyrus-sample-chat-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-draw >------------ [INFO] Building Tyrus Draw Sample 2.0-SNAPSHOT [30/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-draw --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-draw --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-draw --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-draw --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-draw --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-draw --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-draw --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-draw --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-draw] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/src/main/webapp] [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-draw --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-draw --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-draw --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0-SNAPSHOT/tyrus-sample-draw-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0-SNAPSHOT/tyrus-sample-draw-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0-SNAPSHOT/tyrus-sample-draw-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0-SNAPSHOT/tyrus-sample-draw-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-echo >------------ [INFO] Building Tyrus Echo Sample 2.0-SNAPSHOT [31/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-echo --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.echo.EchoTest Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:38 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] Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 sec - in org.glassfish.tyrus.sample.echo.EchoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/src/main/webapp] [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-echo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0-SNAPSHOT/tyrus-sample-echo-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0-SNAPSHOT/tyrus-sample-echo-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0-SNAPSHOT/tyrus-sample-echo-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0-SNAPSHOT/tyrus-sample-echo-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-basic-auth >--------- [INFO] Building Tyrus Basic Auth Sample 2.0-SNAPSHOT [32/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-basic-auth --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-basic-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-basic-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/test-classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-shared-collection --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-shared-collection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-shared-collection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-shared-collection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-shared-collection --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-shared-collection] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/src/main/webapp] [INFO] Webapp assembled in [8 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-shared-collection --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-shared-collection --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-shared-collection --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0-SNAPSHOT/tyrus-sample-shared-collection-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0-SNAPSHOT/tyrus-sample-shared-collection-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0-SNAPSHOT/tyrus-sample-shared-collection-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0-SNAPSHOT/tyrus-sample-shared-collection-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-tests-e2e >-------------- [INFO] Building Tyrus End-to-End Tests 2.0-SNAPSHOT [37/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.0-SNAPSHOT/tyrus-tests-e2e-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-appconfig >--------- [INFO] Building Tyrus End-to-End Application Config Tests 2.0-SNAPSHOT [38/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-appconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-appconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-appconfig --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-appconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-appconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-appconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec - in org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Running org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### MyEndpointProgrammatic onOpen() ### ClientEndpoint onOpen() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpointProgrammatic onMessage() TyrusSession{uri=/e2e-test-appconfig/myEndpoint, id='87b9068b-b026-4d5d-a209-6b940c784f7f', 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@79ca92b9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1460a8c0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4f638935, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4387b79e, 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@6e75aa0d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7fc229ab, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2cbb3d47, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@527e5409, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1198b989, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7ff95560, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@add0edd, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2aa3cd93, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7ea37dbf, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b44655e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@290d210d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1d76aeea, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@78dd667e, 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='87b9068b-b026-4d5d-a209-6b940c784f7f', 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@79ca92b9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1460a8c0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4f638935, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4387b79e, 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@6e75aa0d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7fc229ab, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2cbb3d47, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@527e5409, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1198b989, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7ff95560, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@add0edd, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2aa3cd93, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7ea37dbf, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b44655e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@290d210d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1d76aeea, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@78dd667e, 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='71f15177-238c-4418-8192-e2d7ff8dfd19', 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@79ca92b9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1460a8c0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4f638935, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4387b79e, 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@6e75aa0d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7fc229ab, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2cbb3d47, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@527e5409, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1198b989, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7ff95560, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@add0edd, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2aa3cd93, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7ea37dbf, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b44655e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@290d210d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1d76aeea, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@78dd667e, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:38 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() Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Running org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-basic-auth --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec - in org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-basic-auth --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-basic-auth] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/src/main/webapp] [INFO] Webapp assembled in [5 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-basic-auth --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-basic-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-basic-auth --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0-SNAPSHOT/tyrus-sample-basic-auth-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0-SNAPSHOT/tyrus-sample-basic-auth-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0-SNAPSHOT/tyrus-sample-basic-auth-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0-SNAPSHOT/tyrus-sample-basic-auth-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-echo-https >--------- [INFO] Building Tyrus Secure Echo Sample 2.0-SNAPSHOT [33/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-echo-https --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-echo-https --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-echo-https --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-echo-https --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-echo-https --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-echo-https --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo-https] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/src/main/webapp] [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-echo-https --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-echo-https --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-echo-https --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0-SNAPSHOT/tyrus-sample-echo-https-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0-SNAPSHOT/tyrus-sample-echo-https-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0-SNAPSHOT/tyrus-sample-echo-https-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0-SNAPSHOT/tyrus-sample-echo-https-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-programmatic-echo >----- [INFO] Building Tyrus Programmatic Echo Sample 2.0-SNAPSHOT [34/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-programmatic-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-programmatic-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/classes Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 sec - in org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Running org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:39 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='5e9e53be-b5b7-46dc-b5d1-d086602c0dce', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@5ec1bc4a, 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@1bc329f6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1d9bdb3, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2a12160e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@79e2dcea, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7becd6b9, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3714c852, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@d0c1ad8, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@62e6921f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7fa2c9e4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6ee5d81a, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@352c5c4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@55f2c9db, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3cf6c768, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7c13fde4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@697a6b47, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2a05cba2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@20c2940d, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='5e9e53be-b5b7-46dc-b5d1-d086602c0dce', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@5ec1bc4a, 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@1bc329f6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1d9bdb3, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2a12160e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@79e2dcea, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7becd6b9, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3714c852, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@d0c1ad8, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@62e6921f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7fa2c9e4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6ee5d81a, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@352c5c4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@55f2c9db, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3cf6c768, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7c13fde4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@697a6b47, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2a05cba2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@20c2940d, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:39 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='a297b051-1008-497d-af4c-a7c91bedf749', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@5aff2ff8, 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@1ffdaac3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@75348eb0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2ea8378e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@d8b4d4c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7fd2558c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2ec205c8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@413943d9, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@168f879f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7b9ccef7, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@45ce6809, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4e62dce2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@24bb19ce, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@39cd80d8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@ff539c8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@57287118, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2ba1675a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7ebff9b6, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='a297b051-1008-497d-af4c-a7c91bedf749', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@5aff2ff8, 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@1ffdaac3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@75348eb0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2ea8378e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@d8b4d4c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7fd2558c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2ec205c8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@413943d9, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@168f879f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7b9ccef7, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@45ce6809, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4e62dce2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@24bb19ce, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@39cd80d8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@ff539c8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@57287118, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2ba1675a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7ebff9b6, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:39 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='69c4f638-597d-4902-9d17-28acfcfa454a', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@7915ae60, 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@3c172f26, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@214fa8f1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@d617308, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@59d3aa6a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5c38d069, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@ece33f, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6932919, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@42d7435b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@587668f0, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3fe48dda, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2020b0de, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5815e21a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@33cf2000, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@285ef1fe, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@ddd126b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7aaf24f8, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@302ac48d, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='69c4f638-597d-4902-9d17-28acfcfa454a', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@7915ae60, 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@3c172f26, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@214fa8f1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@d617308, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@59d3aa6a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5c38d069, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@ece33f, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6932919, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@42d7435b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@587668f0, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3fe48dda, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2020b0de, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5815e21a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@33cf2000, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@285ef1fe, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@ddd126b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7aaf24f8, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@302ac48d, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:39 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='074be9c6-5434-4280-9ad0-199c60b6fe59', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@3ed6742a, 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@7bd4ed94, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3f44e97b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4a65b5a3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@471fefe1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1bfb12db, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@36c2fee, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@64c35a8d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5c1bc113, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1fb56d81, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7d4432c6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3ad18d1, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@13c42ee, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@35d1fe2d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@695f2853, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2dfde39, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6117d7be, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5b8d6d27, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='074be9c6-5434-4280-9ad0-199c60b6fe59', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@3ed6742a, 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@7bd4ed94, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3f44e97b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4a65b5a3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@471fefe1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1bfb12db, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@36c2fee, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@64c35a8d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5c1bc113, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1fb56d81, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7d4432c6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3ad18d1, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@13c42ee, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@35d1fe2d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@695f2853, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2dfde39, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6117d7be, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5b8d6d27, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1000] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:39 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='980fd0a1-5a98-45f4-8367-36d79c783555', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@262a0892, 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@63289233, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5c5a30c7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5281369c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2419cac6, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3076d7c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@e56b9d3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@55384b53, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3f1de4c8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@74912da, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3ceabbc1, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2b9f1ddc, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7bf497c3, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@34e495a5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5d39144b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@e1b83cd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@510e5742, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4157b97b, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='980fd0a1-5a98-45f4-8367-36d79c783555', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@262a0892, 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@63289233, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5c5a30c7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5281369c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2419cac6, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3076d7c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@e56b9d3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@55384b53, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3f1de4c8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@74912da, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3ceabbc1, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2b9f1ddc, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7bf497c3, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@34e495a5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5d39144b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@e1b83cd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@510e5742, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4157b97b, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:39 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='7bf6ebe4-2de5-4af5-8092-41ea3eec917d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@435b1e13, 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@659881c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5403fdd9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@379528c4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2c2503a3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@66767753, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2d50a371, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@331d6d17, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@372148cc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@62386d94, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4a5b1189, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@12f6a800, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2face5ba, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@ed97916, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1c1cf61d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3b0deb36, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@73c448d8, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@36108e7f, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='7bf6ebe4-2de5-4af5-8092-41ea3eec917d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@435b1e13, 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@659881c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5403fdd9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@379528c4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2c2503a3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@66767753, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2d50a371, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@331d6d17, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@372148cc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@62386d94, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4a5b1189, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@12f6a800, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2face5ba, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@ed97916, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1c1cf61d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3b0deb36, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@73c448d8, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@36108e7f, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Running org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:39 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=[nvxDqqr3wsJcfcH+J7RGjw==], 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@23cf5ff8 :: [] ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@23cf5ff8 :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@134401b7 :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@134401b7 :: [] ##### TestExtendedExtension getName: ext2 org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='0adf9942-e11b-40ca-b67a-ec4b69dd8137', 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@5c80cf32, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7d900ecf, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6f01b95f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4007f65e, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1a245833, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@673fdbce, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5965d37, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7a5ceedd, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4201c465, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5b799640, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6cb107fd, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@710636b0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3de8f619, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2ab4bc72, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4e5ed836, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@eadd4fb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@740fb309, type=class java.io.InputStream}]}} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[6wr/Man89FHj0uqsy3mKIGeUzbI=], sec-websocket-extensions=[ext1, ext2], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint server onMessage. client onMessage. Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='0adf9942-e11b-40ca-b67a-ec4b69dd8137', 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@5c80cf32, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7d900ecf, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6f01b95f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4007f65e, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1a245833, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@673fdbce, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5965d37, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7a5ceedd, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4201c465, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5b799640, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6cb107fd, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@710636b0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3de8f619, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2ab4bc72, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4e5ed836, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@eadd4fb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@740fb309, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@23cf5ff8 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@23cf5ff8 Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@134401b7 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@134401b7 Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:39 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=[mBbLgFDr9yTqj1QLpMS4oA==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@118a478b :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@46c88518 :: [] ##### TestExtendedExtension getName: TestExtendedExtension org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='17f8dea2-d8ec-46db-866f-dea23584da67', 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@14fc5f04, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6e2829c7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3feb2dda, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6a8658ff, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1c742ed4, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@333d4a8c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@55de24cc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@dc7df28, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@30f842ca, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@69c81773, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4d14b6c2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7e990ed7, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@c05fddc, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@25df00a0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4d15107f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7b4c50bc, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5884a914, type=class java.io.InputStream}]}} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[3o3Gbv2CoLRdJRWmxBu/CO/GkPo=], sec-websocket-extensions=[TestExtendedExtension], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint server onMessage. client onMessage. Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='17f8dea2-d8ec-46db-866f-dea23584da67', 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@14fc5f04, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6e2829c7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3feb2dda, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6a8658ff, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1c742ed4, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@333d4a8c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@55de24cc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@dc7df28, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@30f842ca, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@69c81773, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4d14b6c2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7e990ed7, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@c05fddc, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@25df00a0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4d15107f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7b4c50bc, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5884a914, type=class java.io.InputStream}]}} Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@118a478b Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Running org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@46c88518 Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Running org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:40 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 08b99d64-0814-413f-897d-7bd45376220c, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 068ea339-7b5e-40c2-a0c8-645af208a9a4, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 2675ae88-13d7-4011-a946-1bf37a6c26f6, CloseReason[1000] Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:40 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 63da201d-23e3-4241-ac01-8effe8194eea, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose ef145b84-2bf6-4d69-8f58-af9d17c4c860, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 28dfb641-2187-41f7-b216-7d3f50eeb99d, CloseReason[1000] Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Running org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-programmatic-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-programmatic-echo --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Results : Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-e2e-appconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-appconfig] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/src/main/webapp] [INFO] Webapp assembled in [0 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-appconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-appconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.0-SNAPSHOT/tyrus-tests-e2e-appconfig-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.0-SNAPSHOT/tyrus-tests-e2e-appconfig-2.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-e2e-nondeployable >------- [INFO] Building Tyrus End-to-End Non-deployable Tests 2.0-SNAPSHOT [39/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-nondeployable --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-nondeployable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-nondeployable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-nondeployable --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-nondeployable --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:40 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] Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec - in org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-programmatic-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-programmatic-echo] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/src/main/webapp] [INFO] Webapp assembled in [5 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-programmatic-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-programmatic-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-programmatic-echo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-simplelife >--------- [INFO] Building Tyrus Simple Life Sample 2.0-SNAPSHOT [35/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-simplelife --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-simplelife --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-simplelife --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-simplelife --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-simplelife --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-simplelife --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-simplelife --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-simplelife --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-simplelife] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/src/main/webapp] [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-simplelife --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-simplelife --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-simplelife --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0-SNAPSHOT/tyrus-sample-simplelife-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0-SNAPSHOT/tyrus-sample-simplelife-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0-SNAPSHOT/tyrus-sample-simplelife-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0-SNAPSHOT/tyrus-sample-simplelife-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-shared-collection >----- [INFO] Building Tyrus Shared Collection Sample 2.0-SNAPSHOT [36/65] [INFO] --------------------------------[ war ]--------------------------------- 4.0.0 org.glassfish.tyrus.tests tyrus-tests-e2e 2.0-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 jdk9+ [9,) com.sun.xml.bind jaxb-osgi test Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec - in org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Running org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-shared-collection --- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 sec - in org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest Running org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest Running org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec - in org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Running org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest Running org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 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: rgnHDa8s/2ApPaKIAkRfpg== # Sec-WebSocket-Version: 13 # Upgrade: websocket ##### MyExtendedExtension getName ##### MyExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@27758e7b :: [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='9810c0a7-d7a2-4514-b4c1-e3480e30dcfa', 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@482cd91f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@123f1134, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7d68ef40, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5b0abc94, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@75c072cb, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1f1c7bf6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@25b485ba, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2b546384, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5d740a0f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@214b199c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@20d3d15a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2893de87, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@55ca8de8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2c34f934, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@12d3a4e9, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@240237d2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@25a65b77, type=class java.io.InputStream}]}} ##### MyExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@7aad9138 :: [TyrusParameter{name='param1', value='value1'}] ##### MyExtendedExtension getName ##### afterResponse # connection: Upgrade # sec-websocket-accept: uejapk/2wnj95HLSxAzI+8S9u8I= # 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=-442220180} ##### 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} Jul 02, 2021 12:59:41 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='9810c0a7-d7a2-4514-b4c1-e3480e30dcfa', 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@482cd91f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@123f1134, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7d68ef40, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5b0abc94, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@75c072cb, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1f1c7bf6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@25b485ba, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2b546384, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5d740a0f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@214b199c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@20d3d15a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2893de87, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@55ca8de8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2c34f934, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@12d3a4e9, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@240237d2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@25a65b77, type=class java.io.InputStream}]}} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@27758e7b Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest ##### MyExtendedExtension processOutgoing :: 4 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=true, opcode=8, payloadLength=20, maskingKey=-1108301277} Running org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest ##### MyExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@7aad9138 Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-shared-collection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-sample-shared-collection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-shared-collection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-sample-shared-collection --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-shared-collection] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/src/main/webapp] [INFO] Webapp assembled in [9 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-shared-collection --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-shared-collection --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-shared-collection --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0-SNAPSHOT/tyrus-sample-shared-collection-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0-SNAPSHOT/tyrus-sample-shared-collection-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0-SNAPSHOT/tyrus-sample-shared-collection-2.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/shared-collection/target/tyrus-sample-shared-collection-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0-SNAPSHOT/tyrus-sample-shared-collection-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-tests-e2e >-------------- [INFO] Building Tyrus End-to-End Tests 2.0-SNAPSHOT [37/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.0-SNAPSHOT/tyrus-tests-e2e-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-appconfig >--------- [INFO] Building Tyrus End-to-End Application Config Tests 2.0-SNAPSHOT [38/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-appconfig --- Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-appconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-appconfig --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-appconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-appconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-appconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Running org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 sec - in org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest Running org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. RetryAfterException received. received message: Do or do not, there is no try. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 sec - in org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Running org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### MyEndpointProgrammatic onOpen() ### ClientEndpoint onOpen() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpointProgrammatic onMessage() TyrusSession{uri=/e2e-test-appconfig/myEndpoint, id='85d48548-e657-4941-84cf-367f01f80160', 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@4e268090, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1bb266b3, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@306cf3ea, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2beee7ff, 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@5136d012, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5939a379, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@e1de817, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@52102734, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3541cb24, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2177849e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@40cb8df7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@13b13b5d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2892dae4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@355ce81c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@29647f75, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3315d2d7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@d6e7bab, 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='85d48548-e657-4941-84cf-367f01f80160', 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@4e268090, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1bb266b3, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@306cf3ea, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2beee7ff, 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@5136d012, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5939a379, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@e1de817, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@52102734, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3541cb24, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2177849e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@40cb8df7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@13b13b5d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2892dae4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@355ce81c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@29647f75, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3315d2d7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@d6e7bab, 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='e7541f8e-f1cc-4431-9f68-51671c5a7df1', 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@4e268090, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1bb266b3, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@306cf3ea, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2beee7ff, 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@5136d012, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5939a379, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@e1de817, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@52102734, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3541cb24, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2177849e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@40cb8df7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@13b13b5d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2892dae4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@355ce81c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@29647f75, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3315d2d7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@d6e7bab, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 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() Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec - in org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Running org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158 sec - in org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Running org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 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='52d5fbd2-56d2-4d36-a05a-a48902d6cdcc', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@531032dd, 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@1612a6db, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@d2ca085, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@27ce556c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@751a0d92, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@763d5994, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1efdf75e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4bcdb4d8, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6e1e46ae, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@72734300, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3451d17, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@258812d3, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@393f0bfa, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@513c349e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7a3a260b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1f41bd15, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5e6005dc, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6ec8524a, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='52d5fbd2-56d2-4d36-a05a-a48902d6cdcc', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@531032dd, 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@1612a6db, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@d2ca085, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@27ce556c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@751a0d92, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@763d5994, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1efdf75e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4bcdb4d8, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6e1e46ae, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@72734300, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3451d17, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@258812d3, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@393f0bfa, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@513c349e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7a3a260b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1f41bd15, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5e6005dc, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6ec8524a, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 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='da4833f1-99c8-4104-8c71-b1888cef414e', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@64ab0b44, 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@21a999b5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@540e1f74, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1042fe98, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2c0f26ff, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@418666fa, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@65572401, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@62e6a00d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@370b4a70, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@45c85bdd, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@19631849, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4ed235a0, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2367aec0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@24f61fc2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2556ea45, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7af6a47a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6479044a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@70e50f08, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='da4833f1-99c8-4104-8c71-b1888cef414e', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@64ab0b44, 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@21a999b5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@540e1f74, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1042fe98, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2c0f26ff, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@418666fa, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@65572401, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@62e6a00d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@370b4a70, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@45c85bdd, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@19631849, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4ed235a0, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2367aec0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@24f61fc2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2556ea45, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7af6a47a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6479044a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@70e50f08, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 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='a2cd1d0c-b9bc-452e-b69c-a6b60d3075ea', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@df281b6, 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@48f01e6c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@18fc816e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7972518a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@60949023, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@28dfe123, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5454e2a7, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3f4117a6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7b909de5, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2c91bd4d, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5f2333a2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6868e3c7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@17e8349a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@36b298ff, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@704a03a8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5f93a0bd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@9891331, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2b5e179f, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='a2cd1d0c-b9bc-452e-b69c-a6b60d3075ea', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@df281b6, 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@48f01e6c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@18fc816e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7972518a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@60949023, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@28dfe123, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5454e2a7, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3f4117a6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7b909de5, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2c91bd4d, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5f2333a2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6868e3c7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@17e8349a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@36b298ff, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@704a03a8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5f93a0bd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@9891331, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2b5e179f, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 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='deaa97c1-3058-44cd-913b-31d277ec4b64', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@7d476c, 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@457fd907, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@66b9e878, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@74f01ca0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1edc7375, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@25502648, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@c83f0b2, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7862f89e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5d87b3c, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@211e7fa9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@320b0d58, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5d42b58f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1b852480, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4934e36e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@23bf56dd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6b1971e8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@590af92f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@374b5ef3, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='deaa97c1-3058-44cd-913b-31d277ec4b64', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@7d476c, 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@457fd907, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@66b9e878, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@74f01ca0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1edc7375, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@25502648, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@c83f0b2, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7862f89e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5d87b3c, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@211e7fa9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@320b0d58, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5d42b58f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1b852480, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4934e36e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@23bf56dd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6b1971e8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@590af92f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@374b5ef3, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1000] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 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='dd599b0e-222d-41fb-9866-8dc521406caa', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@1050f9f6, 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@55526598, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@b30e116, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@64cd95a4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@73454f82, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@357d9ad7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3949f53f, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@31212707, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@684147fe, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3133c303, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@47a53817, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7f8426fb, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1d98f042, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@329c1329, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5c17e0ed, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@27aa66a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@583a4c87, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@a6d09f2, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='dd599b0e-222d-41fb-9866-8dc521406caa', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@1050f9f6, 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@55526598, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@b30e116, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@64cd95a4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@73454f82, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@357d9ad7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3949f53f, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@31212707, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@684147fe, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3133c303, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@47a53817, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7f8426fb, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1d98f042, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@329c1329, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5c17e0ed, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@27aa66a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@583a4c87, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@a6d09f2, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 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='ee3361e5-cbdf-4582-baa7-e34185660483', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@67756f1f, 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@2277ed95, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@275c3bc8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@131fcf1a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5fde47f1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@425812da, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@49cf322, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@69969bb4, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@44daa8b8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4616ac3b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@25704238, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@78663619, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6968cec5, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1aecd0a7, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3d2a3040, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@74b50f02, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5b04e9b7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@27116398, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='ee3361e5-cbdf-4582-baa7-e34185660483', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@67756f1f, 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@2277ed95, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@275c3bc8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@131fcf1a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5fde47f1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@425812da, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@49cf322, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@69969bb4, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@44daa8b8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4616ac3b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@25704238, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@78663619, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6968cec5, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1aecd0a7, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3d2a3040, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@74b50f02, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5b04e9b7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@27116398, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec - in org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Running org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 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=[qiKJ7IskOncWpRpy0KoCog==], 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@2801016d :: [] ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@2801016d :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@5098206d :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@5098206d :: [] ##### TestExtendedExtension getName: ext2 org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='a35da8e3-d14b-4f3b-afe7-0bfa4a19f163', 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@a87f8ec, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5443d039, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@63787180, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7d1cfb8b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@48e92c5c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2e1ef60, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@22356acd, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@386f0da3, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@39655d3e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@34f22f9d, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3d1848cc, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7dda48d9, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6e4566f1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b6e2263, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@344f4dea, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1b7c473a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5e4bd84a, type=class java.io.InputStream}]}} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[W9ulNw4T9Z8IpcRePUYXv6E3yEk=], sec-websocket-extensions=[ext1, ext2], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint server onMessage. client onMessage. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='a35da8e3-d14b-4f3b-afe7-0bfa4a19f163', 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@a87f8ec, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5443d039, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@63787180, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7d1cfb8b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@48e92c5c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2e1ef60, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@22356acd, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@386f0da3, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@39655d3e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@34f22f9d, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3d1848cc, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7dda48d9, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6e4566f1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b6e2263, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@344f4dea, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1b7c473a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5e4bd84a, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@2801016d ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@2801016d Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@5098206d ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@5098206d Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 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=[Ull5J28mtUw2SE7RdWv5aA==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@5a6f97d7 :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@4cbafb3d :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### afterResponse org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='fe2229df-1681-4f99-8e0a-317beafb1a3e', 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@503ecb24, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4c51cf28, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6995bf68, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5143c662, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@77825085, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3568f9d2, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@71c27ee8, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3e7dd664, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5b1ebf56, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@294a6b8e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4b1d6571, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1b835480, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3549bca9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4f25b795, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6fb365ed, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6e950bcf, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@16414e40, type=class java.io.InputStream}]}} {connection=[Upgrade], sec-websocket-accept=[yy7okcG6/pl3w5T3ZXfW12rh2GI=], sec-websocket-extensions=[TestExtendedExtension], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint server onMessage. client onMessage. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='fe2229df-1681-4f99-8e0a-317beafb1a3e', 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@503ecb24, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4c51cf28, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6995bf68, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5143c662, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@77825085, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3568f9d2, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@71c27ee8, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3e7dd664, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5b1ebf56, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@294a6b8e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4b1d6571, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1b835480, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3549bca9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4f25b795, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6fb365ed, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6e950bcf, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@16414e40, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@5a6f97d7 Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Running org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@4cbafb3d Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Running org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 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 5fba8928-afcf-4596-864b-c0093b6a1e06, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 51a85265-01fa-4021-9ae1-35a74e9a12df, CloseReason[1000]Client session closed with reason: 'CloseReason[1000]' Server onClose f701f49a-b2f4-4f78-8a8d-3d1e82c8a10b, CloseReason[1000] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 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 0b681e16-aab4-4ea3-aead-54d11fa7b12b, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 942f15d6-9bcf-49ff-801b-fd976a751d4a, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 2b868e53-42e0-422b-91ff-7f30664064a5, CloseReason[1000] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Running org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Results : Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-e2e-appconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-appconfig] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/src/main/webapp] [INFO] Webapp assembled in [2 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-appconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-appconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.0-SNAPSHOT/tyrus-tests-e2e-appconfig-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/application-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.0-SNAPSHOT/tyrus-tests-e2e-appconfig-2.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-e2e-nondeployable >------- [INFO] Building Tyrus End-to-End Non-deployable Tests 2.0-SNAPSHOT [39/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-nondeployable --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-nondeployable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-nondeployable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-nondeployable --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-nondeployable --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest received message: Do or do not, there is no try. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.158 sec - in org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Running org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Running org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/e2e-test/echoProgrammatic Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@40368a46 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7e9da981 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4ed38226 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@3d43fe Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@74ad8d05 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@676ff3b0 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@35ff8fc9 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5fb7183b Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@476a736d Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5f80fa43 Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7baf6acf Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1e6dad8 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7b3315a5 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@8ed9cf Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@f72203 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@377008df Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@540dbda9 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@22bb5646 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1be59f28 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2ce45a7b Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Running org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 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. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] 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. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Running org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. -1 ### Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Running org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 4.0.0 org.glassfish.tyrus.tests tyrus-tests-e2e 2.0-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 jdk9+ [9,) com.sun.xml.bind jaxb-osgi test Jul 02, 2021 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 sec - in org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Running org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 sec - in org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest Running org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest Running org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Running org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest Running org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 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: w3LLg1k3ZC/MPLcbr0kQ4Q== # Sec-WebSocket-Version: 13 # Upgrade: websocket ##### MyExtendedExtension getName ##### MyExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@51917499 :: [TyrusParameter{name='basicParam1', value='basicValue1'}] ##### MyExtendedExtension [[param1=value1]] ##### MyExtendedExtension org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='1e78404c-27e6-4f53-b112-af135cbea43c', 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@38102d01, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@37883b97, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6ab778a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4e3958e7, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@77f80c04, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1dac5ef, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5c90e579, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@58ea606c, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6f45df59, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@38e79ae3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@63070bab, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@68e5eea7, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@291b4bf5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2d2ffcb7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@762ef0ea, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@31f9b85e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@424e1977, type=class java.io.InputStream}]}} ##### MyExtendedExtension getName ##### MyExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@2ec303b :: [TyrusParameter{name='param1', value='value1'}] ##### MyExtendedExtension getName ##### afterResponse # connection: Upgrade # sec-websocket-accept: oIN8fwFocNr3l86FCqwX//eW+iU= # 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=-1478269368} ##### 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} Jul 02, 2021 12:59:46 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='1e78404c-27e6-4f53-b112-af135cbea43c', 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@38102d01, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@37883b97, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6ab778a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4e3958e7, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@77f80c04, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1dac5ef, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5c90e579, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@58ea606c, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6f45df59, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@38e79ae3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@63070bab, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@68e5eea7, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@291b4bf5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2d2ffcb7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@762ef0ea, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@31f9b85e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@424e1977, type=class java.io.InputStream}]}} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@51917499 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Running org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest ##### MyExtendedExtension processOutgoing :: 4 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=true, opcode=8, payloadLength=20, maskingKey=819162091} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@2ec303b Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.065 sec - in org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Running org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41505] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41505 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [d0ea4c0b-b3df-42a2-90c3-abede55987c5] SENT: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [d0ea4c0b-b3df-42a2-90c3-abede55987c5] RECEIVED: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41505] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:46151] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:46151 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43649] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:42941] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41629] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43649 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41629 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:42941 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:39063] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:42741] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41603] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41603 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:42741 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:39063 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:33971] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:39151] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43377] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43377 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:39151 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:33971 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [e110bd4a-29c9-4d81-b167-e6480a0db02b] SENT: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [22b22f16-5b7e-4706-8e04-53723818fd63] SENT: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [09eb4313-3db0-4a50-bd0e-acbcad9c8cbd] SENT: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [62beeb1c-9609-4219-9e9d-d1f27149308e] SENT: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [282e9338-a0e2-4fd0-9902-5cbb41396548] SENT: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [c06d6abf-59f0-402d-887b-ae7a231ad942] SENT: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [38f8a15f-d991-4a37-bd02-da0ca1a96422] SENT: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [fd030ae6-f6ab-4fa7-81ca-0c9ffe3c59bd] SENT: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [22b22f16-5b7e-4706-8e04-53723818fd63] RECEIVED: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [d608894b-e0f7-4a8e-a517-d63a33d6f8e5] SENT: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [9c057c82-6bfa-496c-9689-62e3ccfd3967] SENT: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [62beeb1c-9609-4219-9e9d-d1f27149308e] RECEIVED: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:46151] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [38f8a15f-d991-4a37-bd02-da0ca1a96422] RECEIVED: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [9c057c82-6bfa-496c-9689-62e3ccfd3967] RECEIVED: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [282e9338-a0e2-4fd0-9902-5cbb41396548] RECEIVED: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [e110bd4a-29c9-4d81-b167-e6480a0db02b] RECEIVED: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:42741] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [09eb4313-3db0-4a50-bd0e-acbcad9c8cbd] RECEIVED: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [d608894b-e0f7-4a8e-a517-d63a33d6f8e5] RECEIVED: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [c06d6abf-59f0-402d-887b-ae7a231ad942] RECEIVED: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [fd030ae6-f6ab-4fa7-81ca-0c9ffe3c59bd] RECEIVED: It's a trap! Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:42941] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:39151] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41629] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:33971] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41603] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:39063] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43649] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43377] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Running org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-218] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-219] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-220] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-221] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-222] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-223] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-224] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-225] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-226] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-227] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-228] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-229] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-230] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-231] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-232] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-233] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-234] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-235] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 sec - in org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Running org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-236] Started. Received headers: [my-header-value-1, my-header-value-2] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Running org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-237] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-238] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-239] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-240] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-241] Started. Jul 02, 2021 12:59:47 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. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-242] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 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. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-243] Started. Jul 02, 2021 12:59:47 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. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-244] Started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-245] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-246] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Results : Tests run: 66, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-e2e-nondeployable --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-nondeployable] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-nondeployable --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.0-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.0-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-stdconfig >--------- [INFO] Building Tyrus End-to-End Standard Config Tests 2.0-SNAPSHOT [40/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-stdconfig --- Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.632 sec - in org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest Running org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jul 02, 2021 12:59:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jul 02, 2021 12:59:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. RetryAfterException received. received message: Do or do not, there is no try. Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jul 02, 2021 12:59:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-stdconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-stdconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-stdconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-stdconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.standard_config.HeartbeatTest Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 12:59:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.244 sec - in org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Running org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Running org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/e2e-test/echoProgrammatic Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@ac20bb4 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5a2bd7c8 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7ca8d498 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7187bac9 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6b8280e6 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6f139fc9 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@55259aa7 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@19382338 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@66420549 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@15dc339f Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@10358c32 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2af4129d Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@3a175162 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1640190a Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2a2843ec Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2042ccce Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@20de05e5 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@36c0d0bd Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5e1fc2aa Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@688d411b Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Running org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 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. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] 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. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Running org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. -1 ### Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec - in org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Running org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.489 sec - in org.glassfish.tyrus.test.standard_config.HeartbeatTest Running org.glassfish.tyrus.test.standard_config.BlockingInputTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 sec - in org.glassfish.tyrus.test.standard_config.BlockingInputTest Running org.glassfish.tyrus.test.standard_config.ReaderWriterTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in org.glassfish.tyrus.test.standard_config.ReaderWriterTest Running org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 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 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 ! Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Running org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 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 ! Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Running org.glassfish.tyrus.test.standard_config.ClientManagerTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 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 Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.glassfish.tyrus.test.standard_config.ClientManagerTest Running org.glassfish.tyrus.test.standard_config.BroadcasterTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.glassfish.tyrus.test.standard_config.BroadcasterTest Running org.glassfish.tyrus.test.standard_config.EncodedObjectTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 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 Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = hello Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 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 Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.127 sec - in org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Running org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:34675] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:34675 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [03437dd7-a2da-47ee-82ec-e70950b3cdda] SENT: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [03437dd7-a2da-47ee-82ec-e70950b3cdda] RECEIVED: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:34675] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:34581] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41511] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:37519] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36029] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41443] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38503] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38575] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41807] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:34581 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36029 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41443 Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43429] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41511 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:37519 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38503 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38575 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36533] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43429 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41807 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36533 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = encoded5 Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.glassfish.tyrus.test.standard_config.EncodedObjectTest Running org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 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 Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Running org.glassfish.tyrus.test.standard_config.PartialBinaryTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.glassfish.tyrus.test.standard_config.PartialBinaryTest Running org.glassfish.tyrus.test.standard_config.PingPongTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "" ### PingPongEndpoint - received pong "" Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "" ### Client - received pong "" Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.core.TyrusEndpointWrapper onError WARNING: Unexpected error, closing connection. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6b75a690 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@65b2558e[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPong(TyrusEndpointWrapper.java:1136) at org.glassfish.tyrus.core.TyrusWebSocket.onPong(TyrusWebSocket.java:223) at org.glassfish.tyrus.core.frame.PongFrame.respond(PongFrame.java:46) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "ping message client" ### Client - received pong "ping message client" Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "ping message server" ### PingPongEndpoint - received pong "ping message server" Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.glassfish.tyrus.test.standard_config.PingPongTest Running org.glassfish.tyrus.test.standard_config.SubProtocolTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.glassfish.tyrus.test.standard_config.SubProtocolTest Running org.glassfish.tyrus.test.standard_config.HelloTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.glassfish.tyrus.test.standard_config.HelloTest Running org.glassfish.tyrus.test.standard_config.JsonTest Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: {"REPLY":"Danny"} Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.glassfish.tyrus.test.standard_config.JsonTest Running org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [e4814952-225e-4ac7-b71e-e48c217652f4] SENT: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [be3b1804-af89-493f-86ad-2be8e700bf66] SENT: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [7581bf01-3bd7-4a99-afa4-b4d2e5038a20] SENT: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [e4814952-225e-4ac7-b71e-e48c217652f4] RECEIVED: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [ce37e32c-8c95-46ff-9430-8890d73906e6] SENT: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36029] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [d4c1bd6a-67b1-41e1-8c2e-4c80e7f7369b] SENT: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [2e940cdf-9b95-4f48-869e-a2f78ac37fa9] SENT: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [ea56454b-d74d-42e0-8fd3-99decf6c7a88] SENT: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [be3b1804-af89-493f-86ad-2be8e700bf66] RECEIVED: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41511] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [6760ba76-ec14-4f6a-b9bc-df382e36c044] SENT: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [7581bf01-3bd7-4a99-afa4-b4d2e5038a20] RECEIVED: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41443] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [d4c1bd6a-67b1-41e1-8c2e-4c80e7f7369b] RECEIVED: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [506f1ff2-4f31-403d-a698-f84cff161685] SENT: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [5499e2a5-6a1a-44d7-bf33-a823a8b66ff7] SENT: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [2e940cdf-9b95-4f48-869e-a2f78ac37fa9] RECEIVED: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:34581] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [ce37e32c-8c95-46ff-9430-8890d73906e6] RECEIVED: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38575] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [6760ba76-ec14-4f6a-b9bc-df382e36c044] RECEIVED: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38503] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43429] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [ea56454b-d74d-42e0-8fd3-99decf6c7a88] RECEIVED: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:37519] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [5499e2a5-6a1a-44d7-bf33-a823a8b66ff7] RECEIVED: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36533] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [506f1ff2-4f31-403d-a698-f84cff161685] RECEIVED: It's a trap! Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41807] Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Running org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec - in org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Running org.glassfish.tyrus.test.standard_config.MessageHandlersTest Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-218] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-219] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-220] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-221] Started. received message: Do or do not, there is no try. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-222] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-223] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-224] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-225] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-226] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-227] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-228] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-229] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-230] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-231] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-232] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-233] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-234] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-235] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 sec - in org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Running org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-236] Started. Received headers: [my-header-value-1, my-header-value-2] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Running org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-237] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-238] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-239] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-240] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-241] Started. Jul 02, 2021 12:59:53 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. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-242] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 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. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-243] Started. Jul 02, 2021 12:59:53 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. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-244] Started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-245] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-246] Started. Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Results : Tests run: 66, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-e2e-nondeployable --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-nondeployable] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Webapp assembled in [10 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0-SNAPSHOT.war Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-nondeployable --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.0-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/non-deployable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.0-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-stdconfig >--------- [INFO] Building Tyrus End-to-End Standard Config Tests 2.0-SNAPSHOT [40/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-stdconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-stdconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-stdconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-stdconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/target/test-classes Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-stdconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.standard_config.HeartbeatTest Jul 02, 2021 12:59:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 12:59:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:56 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. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.126 sec - in org.glassfish.tyrus.test.standard_config.MessageHandlersTest Running org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Running org.glassfish.tyrus.test.standard_config.TestHello404 Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.glassfish.tyrus.test.standard_config.TestHello404 Running org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='f6ad47cf-fed9-419e-a71c-4f53d9b0e717', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@ae3540e, 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@600b9d27, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3688eb5b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@69f1a286, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7922d892, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@457c9034, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@345f69f3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@50de186c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3f57bcad, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1e8b7643, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@51549490, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@71e9ebae, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@73d983ea, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@36a5cabc, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@432038ec, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7daa0fbd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@42530531, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5a3bc7ed, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='3d6d3dc4-a272-47dc-9088-39ee3d94cdb6', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@735b60d1, 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@3659f0de, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@57c61bb7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7a56078, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2fd0d5b5, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@56760f91, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@318abd4b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1d00ada2, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@34d4beca, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@52383546, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@36bcaaaf, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2e497c67, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3ffaa58a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2c7b3536, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7f410bc4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1a0efa0f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7032da31, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5159384, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='23a284b4-8076-4c54-b667-ab9230ae8400', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@ae3540e, 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@600b9d27, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3688eb5b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@69f1a286, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7922d892, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@457c9034, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@345f69f3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@50de186c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3f57bcad, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1e8b7643, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@51549490, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@71e9ebae, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@73d983ea, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@36a5cabc, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@432038ec, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7daa0fbd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@42530531, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5a3bc7ed, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='10000f05-3201-4c96-8ca4-df2ae032b846', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@53a5e330, 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@16a76720, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@238df23c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@27fbb1e3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5b3b7a4f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7688986f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3ad88890, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@40d64281, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@403fb1d6, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@72c6025e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@c24989e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7e9411d1, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4318aed4, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@18e801b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@294608dc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@77828ebc, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@716af096, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@49128f8, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='a0d0d95a-0979-4127-bb24-f5f2115c5366', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@ae3540e, 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@600b9d27, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3688eb5b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@69f1a286, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7922d892, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@457c9034, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@345f69f3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@50de186c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3f57bcad, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1e8b7643, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@51549490, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@71e9ebae, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@73d983ea, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@36a5cabc, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@432038ec, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7daa0fbd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@42530531, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5a3bc7ed, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='061e8573-c041-4356-9696-673018702b90', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@4000307c, 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@502a618, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@daaad8f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@34cd46ad, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@758f1398, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@652d5957, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3db346a8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6315979d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6e8b5bb4, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@616340d3, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4642dc51, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@924027b, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3dc6be10, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@465804a3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@16a8e86d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3f361719, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@370818d1, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@31737f8f, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='f0acde8f-b4dd-4209-9f47-fec031062927', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@ae3540e, 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@600b9d27, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3688eb5b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@69f1a286, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7922d892, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@457c9034, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@345f69f3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@50de186c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3f57bcad, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1e8b7643, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@51549490, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@71e9ebae, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@73d983ea, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@36a5cabc, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@432038ec, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7daa0fbd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@42530531, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5a3bc7ed, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='ec6fadc5-49e6-43bb-9dfc-19c91d13f5be', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@7a91343e, 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@3f93b508, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5ba0e9b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@ee66e38, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7d258b1e, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5fbc4a47, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@a2749fd, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@370d612f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@662161ab, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5bf2f15a, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6b2a3378, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3772332b, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5a333057, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1687726a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2c8c3231, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@a41a7e0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@49b38f77, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@648aa009, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='f78d27e5-725f-413c-b9e4-cd63675c7115', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@ae3540e, 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@600b9d27, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3688eb5b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@69f1a286, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7922d892, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@457c9034, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@345f69f3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@50de186c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3f57bcad, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1e8b7643, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@51549490, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@71e9ebae, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@73d983ea, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@36a5cabc, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@432038ec, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7daa0fbd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@42530531, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5a3bc7ed, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='db3759ff-7af2-4aba-a0c5-3f21323c7bf9', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$3@4e7485a5, 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@b76120f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@28afbff2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3ab7986b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@50846b35, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6b59ed40, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3edc9ff6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@382e3c86, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4b802575, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6f17f2a8, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@356ee393, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7ced33b4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@360c0ad1, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@66de2c0a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@246e3939, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@318bde93, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@670710f1, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@70aede67, type=class java.io.InputStream}]}} Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 sec - in org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Running org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Running org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Running org.glassfish.tyrus.test.standard_config.ClientTest Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59: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 Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.ClientTest Running org.glassfish.tyrus.test.standard_config.HandshakeTest Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59: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 Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.HandshakeTest Running org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. pool-1-thread-1 <0, 143) pool-1-thread-2 <143, 286) pool-1-thread-3 <286, 429) pool-1-thread-4 <429, 572) pool-1-thread-5 <572, 715) pool-1-thread-7 <858, 1000) pool-1-thread-6 <715, 858) Received messages: 1000/1000 Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.672 sec - in org.glassfish.tyrus.test.standard_config.HeartbeatTest Running org.glassfish.tyrus.test.standard_config.BlockingInputTest Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 12:59:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec - in org.glassfish.tyrus.test.standard_config.BlockingInputTest Running org.glassfish.tyrus.test.standard_config.ReaderWriterTest Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec - in org.glassfish.tyrus.test.standard_config.ReaderWriterTest Running org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 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 STREAMINGBSERVER piece came: here STREAMINGBCLIENT Client sending: a false 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 STREAMINGBCLIENT piece came: here STREAMINGBSERVER Server sending: a STREAMINGBSERVER Server sending: string ! STREAMINGBCLIENT piece came: is STREAMINGBCLIENT piece came: a STREAMINGBCLIENT piece came: string ! STREAMINGBCLIENT received whole message: here is a string ! Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Running org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 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 ! Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Running org.glassfish.tyrus.test.standard_config.ClientManagerTest Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 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 Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.glassfish.tyrus.test.standard_config.ClientManagerTest Running org.glassfish.tyrus.test.standard_config.BroadcasterTest Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.glassfish.tyrus.test.standard_config.BroadcasterTest Running org.glassfish.tyrus.test.standard_config.EncodedObjectTest Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 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 Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = hello Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 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 Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = encoded5 Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec - in org.glassfish.tyrus.test.standard_config.EncodedObjectTest Running org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 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 Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Running org.glassfish.tyrus.test.standard_config.PartialBinaryTest Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.glassfish.tyrus.test.standard_config.PartialBinaryTest Running org.glassfish.tyrus.test.standard_config.PingPongTest Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "" ### PingPongEndpoint - received pong "" Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "" ### Client - received pong "" Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.core.TyrusEndpointWrapper onError WARNING: Unexpected error, closing connection. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@14804302[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@55bd4939[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@5182c756]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1a95c628[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPong(TyrusEndpointWrapper.java:1136) at org.glassfish.tyrus.core.TyrusWebSocket.onPong(TyrusWebSocket.java:223) at org.glassfish.tyrus.core.frame.PongFrame.respond(PongFrame.java:46) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "ping message client" ### Client - received pong "ping message client" Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "ping message server" ### PingPongEndpoint - received pong "ping message server" Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec - in org.glassfish.tyrus.test.standard_config.PingPongTest Running org.glassfish.tyrus.test.standard_config.SubProtocolTest Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.glassfish.tyrus.test.standard_config.SubProtocolTest Running org.glassfish.tyrus.test.standard_config.HelloTest Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.glassfish.tyrus.test.standard_config.HelloTest Running org.glassfish.tyrus.test.standard_config.JsonTest Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: {"REPLY":"Danny"} Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.glassfish.tyrus.test.standard_config.JsonTest Running org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec - in org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Running org.glassfish.tyrus.test.standard_config.MessageHandlersTest Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Received messages: 1000/1000 Jul 02, 2021 1:00:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jul 02, 2021 1:00:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: In my experience, there's no such thing as luck. Received messages: 1000/1000 Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: In my experience, there's no such thing as luck. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.227 sec - in org.glassfish.tyrus.test.standard_config.MessageHandlersTest Running org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Running org.glassfish.tyrus.test.standard_config.TestHello404 Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.glassfish.tyrus.test.standard_config.TestHello404 Running org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='b517d8e2-cb61-4c24-b38b-2f190090098b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@5c8eee0f, 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@565b064f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26425897, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@73163d48, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@58c34bb3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@56a4479a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@62163b39, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@20a8a64e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@62f4ff3b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1698fc68, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4504d271, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@207b8649, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@65b3a85a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@34997338, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@57eda880, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b5825fa, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@53d1b9b3, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2cae1042, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='9eba938e-6650-49b0-b9a1-cf9b02704c20', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@1f8ec8dd, 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@5a8c4548, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7ac7ee7f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6b9cfc83, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@23d090d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3aa3ba07, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7f520f3a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@73268cb7, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@193986bf, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3eed641d, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@51a99725, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@162dea93, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@43748a97, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@16ecd368, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@be16e2f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@726174b2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1526685b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@65a18e04, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='94fe967c-ac4a-4ae2-af4b-8f0bc129efbf', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@5c8eee0f, 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@565b064f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26425897, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@73163d48, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@58c34bb3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@56a4479a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@62163b39, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@20a8a64e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@62f4ff3b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1698fc68, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4504d271, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@207b8649, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@65b3a85a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@34997338, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@57eda880, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b5825fa, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@53d1b9b3, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2cae1042, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='114a3c95-aa7b-410a-8149-ac7348273bb3', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@33ed5010, 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@76efc809, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@66b1238f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4753be39, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1ee70b13, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@16c03746, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7982c34a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@23fa0835, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5e320ca, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@128e4d37, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7df954bf, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@eb14095, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@12c8c4f9, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@72cfd462, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@45243a28, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@41956ff1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@152e8436, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@19ce2e35, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='17994dd2-751d-4291-bcfd-5fd5e6261a67', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@5c8eee0f, 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@565b064f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26425897, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@73163d48, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@58c34bb3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@56a4479a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@62163b39, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@20a8a64e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@62f4ff3b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1698fc68, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4504d271, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@207b8649, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@65b3a85a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@34997338, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@57eda880, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b5825fa, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@53d1b9b3, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2cae1042, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='e114dcda-e8dd-42a0-b6b5-d89eeccb1fe4', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@234281c4, 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@66401bc8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1851a2fe, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@57ecda8e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@60173d16, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@66fe487, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@13bcf0e6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@22b570b5, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7b131678, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2219e41, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@766e7523, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7f578383, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1c94eac7, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@12c9bc82, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@178b1495, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5483d67c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6f7adcf9, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@30084038, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='43e6f5d1-1ea8-4fd6-892e-7528cac65476', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@5c8eee0f, 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@565b064f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26425897, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@73163d48, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@58c34bb3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@56a4479a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@62163b39, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@20a8a64e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@62f4ff3b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1698fc68, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4504d271, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@207b8649, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@65b3a85a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@34997338, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@57eda880, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b5825fa, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@53d1b9b3, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2cae1042, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='8e75a4ee-eacf-4c20-93b2-4579acbb5347', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@37f83d14, 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@72fab58f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4df67ec2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@43c242d7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3524d726, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@12d54ac0, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6cab3636, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3dae058e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2e2078fa, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@169bb4b4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@23342ad7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6efbc94a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@43319bc7, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@8c4a901, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@aa4585c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3a2571db, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@75853afb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@582419eb, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='ba952db9-2787-4138-8019-0affada7bd35', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@5c8eee0f, 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@565b064f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26425897, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@73163d48, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@58c34bb3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@56a4479a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@62163b39, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@20a8a64e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@62f4ff3b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1698fc68, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4504d271, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@207b8649, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@65b3a85a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@34997338, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@57eda880, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b5825fa, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@53d1b9b3, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2cae1042, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='60ae64fb-266c-4b9f-8872-705c57fca52d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$3@4a7aa9e, 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@25e6fd13, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3569ee82, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5dc2e7ad, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@648855d1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@76943236, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@cf3df98, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@46c6ae24, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@60c64df0, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3714d65c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2589c039, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@56cded22, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4b683c6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1581033a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7ee281bb, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@477fc7b8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@77e7c422, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6a629137, type=class java.io.InputStream}]}} Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.033 sec - in org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Running org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Running org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Running org.glassfish.tyrus.test.standard_config.ClientTest Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:06 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 Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.test.standard_config.ClientTest Running org.glassfish.tyrus.test.standard_config.HandshakeTest Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:06 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 Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.standard_config.HandshakeTest Running org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Jul 02, 2021 1:00:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jul 02, 2021 1:00:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. pool-1-thread-1 <0, 143) pool-1-thread-2 <143, 286) pool-1-thread-3 <286, 429) pool-1-thread-4 <429, 572) pool-1-thread-5 <572, 715) pool-1-thread-6 <715, 858) pool-1-thread-7 <858, 1000) Received messages: 1000/1000 Jul 02, 2021 1:00:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:08 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jul 02, 2021 1:00:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.116 sec - in org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Running org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:10 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@36825c7e Server successfully got message: 1234 Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Running org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Running org.glassfish.tyrus.test.standard_config.HostVerificationTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.003 sec - in org.glassfish.tyrus.test.standard_config.HostVerificationTest Running org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Running org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Running org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) ### Reconnecting... (reconnect count: 2) ### Reconnecting... (reconnect count: 3) Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:10 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. Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Running org.glassfish.tyrus.test.standard_config.Tyrus109Test Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:10 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,javax.websocket.Session). java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:582) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:555) at org.glassfish.tyrus.core.AnnotatedEndpoint.onOpen(AnnotatedEndpoint.java:602) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onConnect(TyrusEndpointWrapper.java:750) at org.glassfish.tyrus.core.TyrusWebSocket.onConnect(TyrusWebSocket.java:139) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusConnection.(TyrusWebSocketEngine.java:798) at org.glassfish.tyrus.core.TyrusWebSocketEngine$SuccessfulUpgradeInfo.createConnection(TyrusWebSocketEngine.java:734) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleHandshake(GrizzlyServerFilter.java:241) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:178) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.RuntimeException: java.lang.RuntimeException: testException at org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(Tyrus109Test.java:66) ... 28 more Caused by: java.lang.RuntimeException: testException at org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.open(Tyrus109Test.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) ... 21 more Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 sec - in org.glassfish.tyrus.test.standard_config.Tyrus109Test Running org.glassfish.tyrus.test.standard_config.DecodedObjectTest Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 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 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 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 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 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 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.glassfish.tyrus.test.standard_config.DecodedObjectTest Running org.glassfish.tyrus.test.standard_config.ExtensionsTest Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.glassfish.tyrus.test.standard_config.ExtensionsTest Running org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! STREAMINGCLIENT opened ! Client sending: here Wrapped: Basic Server sending: thank Waiting for the server to process the partial string... Server sending: you Server sending: very Server sending: much Server sending: ! STREAMINGSERVER piece came: here Resuming the client... Client sending: is Waiting for the server to process the partial string... STREAMINGSERVER piece came: is Resuming the client... Client sending: a Waiting for the server to process the partial string... STREAMINGSERVER piece came: a Resuming the client... Client sending: stream. STREAMINGSERVER piece came: stream. STREAMINGSERVER whole message: hereis a stream. STREAMINGCLIENT piece came: thank STREAMINGCLIENT piece came: you STREAMINGCLIENT piece came: very STREAMINGCLIENT piece came: much STREAMINGCLIENT piece came: ! STREAMINGCLIENT received whole message: thank you very much ! Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Running org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. RECEIVED HEADERS: [my-header-value-1, my-header-value-2] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Running org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Running org.glassfish.tyrus.test.standard_config.OnCloseTest Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:11 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.TyrusSession.checkConnectionState(TyrusSession.java:514) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:654) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:560) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:115) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 #### received: CloseReason[1000] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 #### received: CloseReason[1001] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 #### received: CloseReason[1002] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 #### received: CloseReason[1003] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 #### received: CloseReason[1007] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 #### received: CloseReason[1008] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 #### received: CloseReason[1009] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 #### received: CloseReason[1010] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 #### received: CloseReason[1011] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 #### received: CloseReason[1012] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 #### received: CloseReason[1013] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 ### Received closeReason: 1000 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 ### Received closeReason: 1001 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 ### Received closeReason: 1002 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 ### Received closeReason: 1003 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 ### Received closeReason: 1007 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 ### Received closeReason: 1008 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 ### Received closeReason: 1009 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 ### Received closeReason: 1010 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 ### Received closeReason: 1011 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 ### Received closeReason: 1000 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 ### Received closeReason: 1000 Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Jul 02, 2021 1:00:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jul 02, 2021 1:00:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Jul 02, 2021 1:00:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:12 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.TyrusSession.checkConnectionState(TyrusSession.java:514) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:654) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:560) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:115) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.24 sec - in org.glassfish.tyrus.test.standard_config.OnCloseTest Running org.glassfish.tyrus.test.standard_config.ProxyTest Jul 02, 2021 1:00:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Jul 02, 2021 1:00:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Handle CONNECT start . . . Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8090] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Handle CONNECT start . . . Connection to proxy established. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8090] Connection between the proxy and a server closed by the server. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.122 sec - in org.glassfish.tyrus.test.standard_config.ProxyTest Running org.glassfish.tyrus.test.standard_config.BufferSizeTest Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 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.TextBuffer.appendMessagePart(TextBuffer.java:41) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:950) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:112) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 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.InputStreamBuffer.checkClosedSession(InputStreamBuffer.java:197) at org.glassfish.tyrus.core.InputStreamBuffer.getNextByte(InputStreamBuffer.java:92) at org.glassfish.tyrus.core.BufferedInputStream.read(BufferedInputStream.java:42) at org.glassfish.tyrus.test.standard_config.BufferSizeTest$InputStreamEndpoint.doThat(BufferSizeTest.java:349) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core.AnnotatedEndpoint.access$100(AnnotatedEndpoint.java:65) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:651) at org.glassfish.tyrus.core.InputStreamBuffer$1.run(InputStreamBuffer.java:158) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:13 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.InputStreamBuffer.appendMessagePart(InputStreamBuffer.java:141) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1033) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 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.BinaryBuffer.appendMessagePart(BinaryBuffer.java:53) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1053) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 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.ReaderBuffer.checkClosedSession(ReaderBuffer.java:195) at org.glassfish.tyrus.core.ReaderBuffer.getNextChars(ReaderBuffer.java:92) at org.glassfish.tyrus.core.BufferedStringReader.read(BufferedStringReader.java:42) at java.io.Reader.read(Reader.java:121) at org.glassfish.tyrus.test.standard_config.BufferSizeTest$ReaderEndpoint.doThat(BufferSizeTest.java:250) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core.AnnotatedEndpoint.access$100(AnnotatedEndpoint.java:65) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:651) at org.glassfish.tyrus.core.ReaderBuffer$1.run(ReaderBuffer.java:155) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:13 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.ReaderBuffer.appendMessagePart(ReaderBuffer.java:136) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:930) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:112) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.glassfish.tyrus.test.standard_config.BufferSizeTest Running org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 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.TyrusSession.checkMessageSize(TyrusSession.java:526) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:597) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:911) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:117) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Running org.glassfish.tyrus.test.standard_config.BinaryTest Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.glassfish.tyrus.test.standard_config.BinaryTest Running org.glassfish.tyrus.test.standard_config.ClientCloseTest Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.standard_config.ClientCloseTest Running org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Running org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 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 Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Running org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Running org.glassfish.tyrus.test.standard_config.MessageSequenceTest Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 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.] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@67b1f8ab rejected from java.util.concurrent.ScheduledThreadPoolExecutor@69761a2d[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:794) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:183) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:70) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Jul 02, 2021 1:00:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:13 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 ### binary: Always pass on what you have learned. end: false ### OnError: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@147b4ee5 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@5179d20e[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4] ### CloseReason[1001,Going away.] Jul 02, 2021 1:00:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489)Jul 02, 2021 1:00:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1011) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Jul 02, 2021 1:00:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:14 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 Jul 02, 2021 1:00:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jul 02, 2021 1:00:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Jul 02, 2021 1:00:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:17 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@3f53d667 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@3b6c4555[Terminated, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) ### CloseReason[1001,Going away.] at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) Jul 02, 2021 1:00:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:849) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:115) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) Jul 02, 2021 1:00:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Jul 02, 2021 1:00:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:17 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 Jul 02, 2021 1:00:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jul 02, 2021 1:00:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Jul 02, 2021 1:00:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:20 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 Jul 02, 2021 1:00:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.17 sec - in org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Running org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Jul 02, 2021 1:00:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jul 02, 2021 1:00:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:21 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@4565d63c Server successfully got message: 1234 Jul 02, 2021 1:00:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Running org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Jul 02, 2021 1:00:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jul 02, 2021 1:00:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Running org.glassfish.tyrus.test.standard_config.HostVerificationTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.HostVerificationTest Running org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Jul 02, 2021 1:00:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Jul 02, 2021 1:00:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Running org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Running org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) ### Reconnecting... (reconnect count: 2) ### Reconnecting... (reconnect count: 3) Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:22 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. Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Running org.glassfish.tyrus.test.standard_config.Tyrus109Test Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:22 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,javax.websocket.Session). java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:582) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:555) at org.glassfish.tyrus.core.AnnotatedEndpoint.onOpen(AnnotatedEndpoint.java:602) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onConnect(TyrusEndpointWrapper.java:750) at org.glassfish.tyrus.core.TyrusWebSocket.onConnect(TyrusWebSocket.java:139) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusConnection.(TyrusWebSocketEngine.java:798) at org.glassfish.tyrus.core.TyrusWebSocketEngine$SuccessfulUpgradeInfo.createConnection(TyrusWebSocketEngine.java:734) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleHandshake(GrizzlyServerFilter.java:241) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:178) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Caused by: java.lang.RuntimeException: java.lang.RuntimeException: testException at org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(Tyrus109Test.java:66) ... 28 more Caused by: java.lang.RuntimeException: testException at org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.open(Tyrus109Test.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) ... 21 more Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.022 sec - in org.glassfish.tyrus.test.standard_config.Tyrus109Test Running org.glassfish.tyrus.test.standard_config.DecodedObjectTest Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 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 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 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 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 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 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.glassfish.tyrus.test.standard_config.DecodedObjectTest Running org.glassfish.tyrus.test.standard_config.ExtensionsTest Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.glassfish.tyrus.test.standard_config.ExtensionsTest Running org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! Wrapped: Basic Server sending: thank STREAMINGCLIENT opened ! Client sending: here Server sending: you Waiting for the server to process the partial string... Server sending: very Server sending: much Server sending: ! STREAMINGSERVER piece came: here Resuming the client... Client sending: is Waiting for the server to process the partial string... STREAMINGSERVER piece came: is Resuming the client... Client sending: a Waiting for the server to process the partial string... STREAMINGSERVER piece came: a Resuming the client... Client sending: stream. STREAMINGSERVER piece came: stream. STREAMINGSERVER whole message: hereis a stream. STREAMINGCLIENT piece came: thank STREAMINGCLIENT piece came: you STREAMINGCLIENT piece came: very STREAMINGCLIENT piece came: much STREAMINGCLIENT piece came: ! STREAMINGCLIENT received whole message: thank you very much ! Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Running org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. RECEIVED HEADERS: [my-header-value-1, my-header-value-2] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Running org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Running org.glassfish.tyrus.test.standard_config.OnCloseTest Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:23 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.TyrusSession.checkConnectionState(TyrusSession.java:514) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:654) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:560) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:115) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 #### received: CloseReason[1000] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 #### received: CloseReason[1001] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 #### received: CloseReason[1002] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 #### received: CloseReason[1003] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 #### received: CloseReason[1007] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 #### received: CloseReason[1008] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 #### received: CloseReason[1009] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 #### received: CloseReason[1010] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 #### received: CloseReason[1011] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 #### received: CloseReason[1012] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 #### received: CloseReason[1013] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 ### Received closeReason: 1000 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 ### Received closeReason: 1001 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 ### Received closeReason: 1002 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 ### Received closeReason: 1003 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 ### Received closeReason: 1007 ### CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 ### Received closeReason: 1008 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 ### Received closeReason: 1009 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 ### Received closeReason: 1010 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 ### Received closeReason: 1011 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 ### Received closeReason: 1000 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 ### Received closeReason: 1000 Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:24 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.TyrusSession.checkConnectionState(TyrusSession.java:514) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:654) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:560) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:115) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.422 sec - in org.glassfish.tyrus.test.standard_config.OnCloseTest Running org.glassfish.tyrus.test.standard_config.ProxyTest Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Handle CONNECT start . . . Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8090] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Handle CONNECT start . . . Connection to proxy established. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8090] Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.057 sec - in org.glassfish.tyrus.test.standard_config.ProxyTest Running org.glassfish.tyrus.test.standard_config.BufferSizeTest Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:24 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.TextBuffer.appendMessagePart(TextBuffer.java:41) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:950) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:112) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:24 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.InputStreamBuffer.checkClosedSession(InputStreamBuffer.java:197) at org.glassfish.tyrus.core.InputStreamBuffer.getNextByte(InputStreamBuffer.java:92) at org.glassfish.tyrus.core.BufferedInputStream.read(BufferedInputStream.java:42) at org.glassfish.tyrus.test.standard_config.BufferSizeTest$InputStreamEndpoint.doThat(BufferSizeTest.java:349) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core.AnnotatedEndpoint.access$100(AnnotatedEndpoint.java:65) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:651) at org.glassfish.tyrus.core.InputStreamBuffer$1.run(InputStreamBuffer.java:158) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:24 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.InputStreamBuffer.appendMessagePart(InputStreamBuffer.java:141) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1033) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:24 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.BinaryBuffer.appendMessagePart(BinaryBuffer.java:53) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1053) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:24 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.ReaderBuffer.checkClosedSession(ReaderBuffer.java:195) at org.glassfish.tyrus.core.ReaderBuffer.getNextChars(ReaderBuffer.java:92) at org.glassfish.tyrus.core.BufferedStringReader.read(BufferedStringReader.java:42) at java.base/java.io.Reader.read(Reader.java:210) at org.glassfish.tyrus.test.standard_config.BufferSizeTest$ReaderEndpoint.doThat(BufferSizeTest.java:250) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core.AnnotatedEndpoint.access$100(AnnotatedEndpoint.java:65) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:651) at org.glassfish.tyrus.core.ReaderBuffer$1.run(ReaderBuffer.java:155) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:24 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.ReaderBuffer.appendMessagePart(ReaderBuffer.java:136) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:930) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:112) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.glassfish.tyrus.test.standard_config.BufferSizeTest Running org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:24 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.TyrusSession.checkMessageSize(TyrusSession.java:526) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:597) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:911) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:117) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec - in org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Running org.glassfish.tyrus.test.standard_config.BinaryTest Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.glassfish.tyrus.test.standard_config.BinaryTest Running org.glassfish.tyrus.test.standard_config.ClientCloseTest Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.glassfish.tyrus.test.standard_config.ClientCloseTest Running org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Running org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 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 Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Running org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Running org.glassfish.tyrus.test.standard_config.MessageSequenceTest Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 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.] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@52d0ce2c[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@13edc417[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@17d242b2]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1e78998d[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:794) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:183) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:70) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Jul 02, 2021 1:00:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:25 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 ### binary: Always pass on what you have learned. end: false ### CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Jul 02, 2021 1:00:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jul 02, 2021 1:00:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Jul 02, 2021 1:00:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false ### CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Jul 02, 2021 1:00:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### OnError: ### CloseReason[1001,Going away.] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5fe266fe[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@551a0d8e[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@5bddf95d]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1ae0f366[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]Jul 02, 2021 1:00:29 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:2055)Jul 02, 2021 1:00:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:908) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:112) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Jul 02, 2021 1:00:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jul 02, 2021 1:00:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Jul 02, 2021 1:00:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:29 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 ### binary: Always pass on what you have learned. end: false ### OnError: ### CloseReason[1001,Going away.] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@899c74f rejected from java.util.concurrent.ScheduledThreadPoolExecutor@65e282c[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4] Jul 02, 2021 1:00:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) Jul 02, 2021 1:00:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1011) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Jul 02, 2021 1:00:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### CloseReason[1006,Closed abnormally.] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.05 sec - in org.glassfish.tyrus.test.standard_config.MessageSequenceTest Running org.glassfish.tyrus.test.standard_config.Tyrus203Test Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. a768b843-a2f6-4d60-a56d-771e88eb1cbe Client1 @OnMessage -> first:test 67d4861d-260c-4333-9d40-0085c893e91b Client2 @OnMessage -> second:test Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.standard_config.Tyrus203Test Running org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Running org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8026] Jul 02, 2021 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8026] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.03 sec - in org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Running org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Running org.glassfish.tyrus.test.standard_config.HelloTextTest Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:34 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='fdb2de30-a50f-4656-9bac-5407d086d41a', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@716185fe, contextPath='/e2e-test', endpointPath=/e2e-test/hellotext, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@628b819d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@478b0739, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2cca611f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@51f95f0d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6fc0bbc6, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@706ddbc8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@fd09e43, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@144ab983, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7ebe2e47, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@609319c3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6bbab114, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2a7d9b41, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@25be445f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5d1b1c2a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6397248c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@25f61c2c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@72bd2871, type=class java.io.InputStream}]}} HELLOCLIENT received: server hello Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.HelloTextTest Running org.glassfish.tyrus.test.standard_config.OriginTest Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. javax.websocket.DeploymentException: Handshake error. at org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:658) at org.glassfish.tyrus.client.ClientManager$3.run(ClientManager.java:696) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.tyrus.client.ClientManager$SameThreadExecutorService.execute(ClientManager.java:849) at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112) at org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:493) at org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:337) at org.glassfish.tyrus.test.standard_config.OriginTest.testInvalidOrigin(OriginTest.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: org.glassfish.tyrus.core.HandshakeException: Response code was not 101: 403. at org.glassfish.tyrus.client.TyrusClientEngine.processResponse(TyrusClientEngine.java:299) at org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleHandshake(GrizzlyClientFilter.java:322) at org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleRead(GrizzlyClientFilter.java:291) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.lang.Thread.run(Thread.java:748) Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.glassfish.tyrus.test.standard_config.OriginTest Running org.glassfish.tyrus.test.standard_config.StreamingTextTest Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:34 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 ! Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.tyrus.test.standard_config.StreamingTextTest Running org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Running org.glassfish.tyrus.test.standard_config.HelloBinaryTest Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:34 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 Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.test.standard_config.HelloBinaryTest Running org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Jul 02, 2021 1:00:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false Jul 02, 2021 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Jul 02, 2021 1:00:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Jul 02, 2021 1:00:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Jul 02, 2021 1:00:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Message received: Nothing Message received: Nothing Message received: Nothing Client message received Jul 02, 2021 1:00:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Jul 02, 2021 1:00:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Jul 02, 2021 1:00:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false Jul 02, 2021 1:00:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. 1625230840378### !closed CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Jul 02, 2021 1:00:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Jul 02, 2021 1:00:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:41 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.] Jul 02, 2021 1:00:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@78fd0909[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@72056279[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@7cc29249]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@3dff9872[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] Jul 02, 2021 1:00:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1011) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:72) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Jul 02, 2021 1:00:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.099 sec - in org.glassfish.tyrus.test.standard_config.MessageSequenceTest Running org.glassfish.tyrus.test.standard_config.Tyrus203Test Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 12f8d4ba-e627-48a2-895a-f51417cefb1d Client1 @OnMessage -> first:test df60ec61-b58a-42d3-91d0-d52c132f500b Client2 @OnMessage -> second:test Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.glassfish.tyrus.test.standard_config.Tyrus203Test Running org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Running org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8026] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.952 sec - in org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Running org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest 1625230844382### !closed CloseReason[1006,Closed abnormally.] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest Running org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Running org.glassfish.tyrus.test.standard_config.RemoteTest Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.glassfish.tyrus.test.standard_config.RemoteTest Results : Tests run: 185, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-e2e-stdconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-stdconfig] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/src/main/webapp] [INFO] Webapp assembled in [5 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-stdconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.0-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.0-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jdk8 >----------- [INFO] Building Tyrus End-to-End Java 8 Tests 2.0-SNAPSHOT [41/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-jdk8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-jdk8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-jdk8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-jdk8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-jdk8 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:00:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:45 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] Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec - in org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Running org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:00:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:45 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] Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 1:00:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:45 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] Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Running org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 1:00:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:45 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] Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 1:00:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:45 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] Jul 02, 2021 1:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Results : Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-e2e-jdk8 --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-jdk8] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-jdk8 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.0-SNAPSHOT/tyrus-tests-e2e-jdk8-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.0-SNAPSHOT/tyrus-tests-e2e-jdk8-2.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jetty >----------- [INFO] Building Tyrus End-to-End Tests running on Jetty 2.0-SNAPSHOT [42/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-jetty --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-jetty --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.0-SNAPSHOT/tyrus-tests-e2e-jetty-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-basic >-------- [INFO] Building Tyrus End-to-End Basic Auth Tests 2.0-SNAPSHOT [43/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-auth-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-auth-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/test-classes [INFO] [INFO] >>> jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) > validate @ tyrus-tests-e2e-auth-basic >>> [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-basic <<< [INFO] [INFO] [INFO] --- jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) @ tyrus-tests-e2e-auth-basic --- Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8026] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.054 sec - in org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Running org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Running org.glassfish.tyrus.test.standard_config.HelloTextTest Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:46 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='e14f710b-f54b-45be-af55-5f9caef27553', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@5edc3e29, contextPath='/e2e-test', endpointPath=/e2e-test/hellotext, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@18709cb2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@a90e2c1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@89caf47, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@370ef50b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2b877a54, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@268c030f, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4b87760e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@be164d8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1b24ea2a, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5df6163a, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2d313c8c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2df65a56, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@113f9078, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7c1503a3, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@586495f1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@47df5041, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2a0ea492, type=class java.io.InputStream}]}} HELLOCLIENT received: server hello Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.standard_config.HelloTextTest Running org.glassfish.tyrus.test.standard_config.OriginTest Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. javax.websocket.DeploymentException: Handshake error. at org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:658) at org.glassfish.tyrus.client.ClientManager$3.run(ClientManager.java:696) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.tyrus.client.ClientManager$SameThreadExecutorService.execute(ClientManager.java:849) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) at org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:493) at org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:337) at org.glassfish.tyrus.test.standard_config.OriginTest.testInvalidOrigin(OriginTest.java:93) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: org.glassfish.tyrus.core.HandshakeException: Response code was not 101: 403. at org.glassfish.tyrus.client.TyrusClientEngine.processResponse(TyrusClientEngine.java:299) at org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleHandshake(GrizzlyClientFilter.java:322) at org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleRead(GrizzlyClientFilter.java:291) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571) at java.base/java.lang.Thread.run(Thread.java:830) Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.glassfish.tyrus.test.standard_config.OriginTest Running org.glassfish.tyrus.test.standard_config.StreamingTextTest Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:46 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 ! Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.glassfish.tyrus.test.standard_config.StreamingTextTest Running org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Running org.glassfish.tyrus.test.standard_config.HelloBinaryTest Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:46 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 Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.standard_config.HelloBinaryTest Running org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Logging initialized @138049ms [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_ci_builds/tests/e2e/jetty/auth-basic/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/continuous-integration_ci_builds/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_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp [INFO] jetty-9.2.1.v20140609 [INFO] Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation. [WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@4baf0fce{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/} has uncovered http methods for path: /* Jul 02, 2021 1:00:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Jul 02, 2021 1:00:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Started o.e.j.m.p.JettyWebAppContext@4baf0fce{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/,AVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/} [WARNING] !RequestLog [INFO] Started ServerConnector@e85ec3d{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @138387ms [INFO] Started Jetty Server [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-auth-basic --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.e2e.auth.basic.BasicAuthTest Jul 02, 2021 1:00:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Jul 02, 2021 1:00:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Jul 02, 2021 1:00:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Message received: Nothing received message: Do or do not, there is no try. received message: Do or do not, there is no try. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 sec - in org.glassfish.tyrus.tests.e2e.auth.basic.BasicAuthTest Message received: Nothing Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jetty-maven-plugin:9.2.1.v20140609:stop (stop-jetty) @ tyrus-tests-e2e-auth-basic --- [INFO] Waiting 5 seconds for jetty to stop [INFO] Stopped ServerConnector@e85ec3d{HTTP/1.1}{0.0.0.0:8025} Message received: Nothing Client message received Jul 02, 2021 1:00:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Jul 02, 2021 1:00:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Stopped o.e.j.m.p.JettyWebAppContext@4baf0fce{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/} [INFO] Server reports itself as stopped [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-auth-basic --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.0-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.0-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.0-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-digest >-------- [INFO] Building Tyrus End-to-End Digest Auth Tests 2.0-SNAPSHOT [44/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-auth-digest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-auth-digest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/test-classes [INFO] [INFO] >>> jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) > validate @ tyrus-tests-e2e-auth-digest >>> [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-digest <<< [INFO] [INFO] [INFO] --- jetty-maven-plugin: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_ci_builds/tests/e2e/jetty/auth-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/continuous-integration_ci_builds/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_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp [INFO] jetty-9.2.1.v20140609 [INFO] Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation. [WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@71c30883{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/} has uncovered http methods for path: /* [INFO] Started o.e.j.m.p.JettyWebAppContext@71c30883{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/,AVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/} [WARNING] !RequestLog [INFO] Started ServerConnector@56ad93e{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @139810ms [INFO] Started Jetty Server [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-auth-digest --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.e2e.auth.basic.DigestAuthTest received message: Do or do not, there is no try. received message: Do or do not, there is no try. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 sec - in org.glassfish.tyrus.tests.e2e.auth.basic.DigestAuthTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jetty-maven-plugin:9.2.1.v20140609:stop (stop-jetty) @ tyrus-tests-e2e-auth-digest --- [INFO] Waiting 5 seconds for jetty to stop [INFO] Stopped ServerConnector@56ad93e{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@71c30883{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/} [INFO] Server reports itself as stopped [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-auth-digest --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.0-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.0-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.0-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-project >---- [INFO] Building Tyrus Server Integration Tests 2.0-SNAPSHOT [45/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.0-SNAPSHOT/tyrus-tests-servlet-project-2.0-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-async >----- [INFO] Building Tyrus Servlet Async Tests 2.0-SNAPSHOT [46/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-async --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-async --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Jul 02, 2021 1:00:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:00:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec - in org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Running org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Running org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-async --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-async] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/tyrus-tests-servlet-async-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/src/main/webapp] [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/tyrus-tests-servlet-async-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-async --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/tyrus-tests-servlet-async-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-async --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/tyrus-tests-servlet-async-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.0-SNAPSHOT/tyrus-tests-servlet-async-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.0-SNAPSHOT/tyrus-tests-servlet-async-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/tyrus-tests-servlet-async-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.0-SNAPSHOT/tyrus-tests-servlet-async-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-autobahn-server >-- [INFO] Building Tyrus Autobahn Echo Server 2.0-SNAPSHOT [47/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- maven-war-plugin:2.4: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_ci_builds/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/src/main/webapp] [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-autobahn-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.0-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.0-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.0-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-basic >----- [INFO] Building Tyrus Servlet Basic Tests 2.0-SNAPSHOT [48/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-basic --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.basic.WsServletTest Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. 1625230852471### !closed CloseReason[1006,Closed abnormally.] Jul 02, 2021 1:00:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Jul 02, 2021 1:00:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:00:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 1:00:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:52 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 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 680 ### 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 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 635 ### 632 ### 631 ### 630 ### 629 ### 628 ### 628 ### 626 ### 626 ### 624 ### 623 ### 622 ### 621 ### 620 ### 620 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 613 ### 613 ### 613 ### 613 ### 613 ### 607 ### 613 ### 605 ### 604 ### 603 ### 613 ### 601 ### 603 ### 599 ### 598 ### 597 ### 597 ### 595 ### 594 ### 593 ### 592 ### 591 ### 593 ### 592 ### 588 ### 588 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 565 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 555 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 547 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 520 ### 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 ### 494 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 484 ### 483 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 470 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 458 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 447 ### 446 ### 446 ### 443 ### 442 ### 441 ### 440 ### 439 ### 439 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 400 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 386 ### 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 ### 348 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 328 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 319 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 303 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 283 ### 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 ### 257 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 250 ### 248 ### 247 ### 246 ### 245 ### 244 ### 244 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 233 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 227 ### 218 ### 217 ### 216 ### 219 ### 217 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 202 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 181 ### 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 ### 143 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 134 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 119 ### 117 ### 116 ### 115 ### 114 ### 116 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 104 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 94 ### 90 ### 89 ### 88 ### 87 ### 94 ### 85 ### 84 ### 83 ### 82 ### 81 ### 81 ### 79 ### 79 ### 78 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 65 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 53 ### 51 ### 50 ### 49 ### 48 ### 48 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 29 ### 23 ### 22 ### 21 ### 20 ### 20 ### 18 ### 18 ### 16 ### 16 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 1679 Jul 02, 2021 1:00:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 1:00:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:54 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 ### 799 ### 798 ### 797 ### 799 ### 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 ### 667 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 658 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 638 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 632 ### 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 ### 584 ### 582 ### 581 ### 581 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 530 ### 528 ### 528 ### 526 ### 525 ### 524 ### 524 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 502 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 478 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 470 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 424 ### 422 ### 421 ### 420 ### 419 ### 418 ### 418 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 411 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.972 sec - in org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Running org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest 1625230856478### !closed CloseReason[1006,Closed abnormally.] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest Running org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Running org.glassfish.tyrus.test.standard_config.RemoteTest Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:00:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.glassfish.tyrus.test.standard_config.RemoteTest ### 402 ### 401 ### 400 ### 399 ### 399 ### 397 ### 396 ### 395 ### 394 ### 394 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 369 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 339 ### 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 ### 302 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 Results : Tests run: 185, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-e2e-stdconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-stdconfig] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/src/main/webapp] [INFO] Webapp assembled in [11 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-stdconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.0-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/standard-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.0-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jdk8 >----------- [INFO] Building Tyrus End-to-End Java 8 Tests 2.0-SNAPSHOT [41/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-jdk8 --- ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 275 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 264 ### 264 ### 261 ### 260 ### 259 ### 258 ### 257 ### 257 ### 257 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 244 ### 244 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 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 ### 202 ### 201 ### 200 ### 199 ### 199 ### 197 ### 196 ### 196 ### 194 ### 193 ### 193 ### 191 ### 190 ### 189 ### 188 ### 187 ### 187 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-jdk8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-jdk8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-jdk8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-jdk8 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 172 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 160 ### 158 ### 157 ### 156 ### 155 ### 155 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 114 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 107 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 90 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 81 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 71 ### 68 ### 67 ### 66 ### 65 ### 64 ### 64 ### 62 ### 61 ### 61 ### 59 ### 58 ### 58 ### 56 ### 55 ### 54 ### 54 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 43 ### 41 ### 40 ### 39 ### 39 ### 39 ### 36 ### 35 ### 34 ### 33 ### 32 Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:00:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:57 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] ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 26 ### 24 ### 23 ### 22 ### 21 ### 20 ### 20 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 10 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 2773 Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 1:00:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00: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. ### 800 ### 799 ### 798 ### 797 ### 797 ### 797 ### 797 ### 794 ### 792 ### 791 ### 790 ### 789 ### 788 ### 789 ### 789 ### 785 ### 784 ### 784 ### 782 ### 781 ### 780 Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 sec - in org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Running org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:00:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:57 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] Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 1:00:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:57 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] Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Running org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 1:00:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:57 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] Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 1:00:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:00:57 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] Jul 02, 2021 1:00:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:00:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Results : Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-e2e-jdk8 --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-jdk8] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Webapp assembled in [7 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-jdk8 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.0-SNAPSHOT/tyrus-tests-e2e-jdk8-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jdk8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.0-SNAPSHOT/tyrus-tests-e2e-jdk8-2.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jetty >----------- [INFO] Building Tyrus End-to-End Tests running on Jetty 2.0-SNAPSHOT [42/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-jetty --- ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 761 ### 761 ### 761 ### 761 ### 756 ### 761 ### 761 ### 761 ### 761 ### 751 ### 761 ### 749 ### 748 ### 747 ### 746 ### 746 ### 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 [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-jetty --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.0-SNAPSHOT/tyrus-tests-e2e-jetty-2.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-basic >-------- [INFO] Building Tyrus End-to-End Basic Auth Tests 2.0-SNAPSHOT [43/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-auth-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-auth-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/test-classes [INFO] [INFO] >>> jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) > validate @ tyrus-tests-e2e-auth-basic >>> [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-basic <<< [INFO] [INFO] [INFO] --- jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) @ tyrus-tests-e2e-auth-basic --- ### 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 ### 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 ### 622 ### 620 ### 619 ### 618 ### 618 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 599 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 579 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 531 ### 531 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 509 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 500 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 481 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 431 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 [INFO] Logging initialized @149828ms [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_ci_builds/tests/e2e/jetty/auth-basic/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/continuous-integration_ci_builds/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_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp [INFO] jetty-9.2.1.v20140609 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 355 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 346 ### 346 ### 343 ### 342 ### 341 ### 341 ### 339 ### 338 ### 337 ### 341 ### 335 ### 334 ### 333 ### 332 ### 331 ### 331 [INFO] Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation. [WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@35fde767{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/} has uncovered http methods for path: /* [INFO] Started o.e.j.m.p.JettyWebAppContext@35fde767{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/,AVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/} [WARNING] !RequestLog ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 322 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 [INFO] Started ServerConnector@3103d90{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @150365ms [INFO] Started Jetty Server [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-auth-basic --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.e2e.auth.basic.BasicAuthTest ### 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 ### 169 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 158 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 143 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 137 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 122 ### 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 ### 92 ### 92 ### 89 ### 89 ### 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 received message: Do or do not, there is no try. received message: Do or do not, there is no try. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 sec - in org.glassfish.tyrus.tests.e2e.auth.basic.BasicAuthTest ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 53 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 49 ### 42 ### 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 ### 4 ### 2 ### 1 ***** Tyrus broadcast - text ***** 2658 Jul 02, 2021 1:01:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 1:01:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jetty-maven-plugin:9.2.1.v20140609:stop (stop-jetty) @ tyrus-tests-e2e-auth-basic --- [INFO] Waiting 5 seconds for jetty to stop [INFO] Stopped ServerConnector@3103d90{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@35fde767{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/src/main/webapp/} [INFO] Server reports itself as stopped [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-auth-basic --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.0-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.0-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.0-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-digest >-------- [INFO] Building Tyrus End-to-End Digest Auth Tests 2.0-SNAPSHOT [44/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-auth-digest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-auth-digest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/test-classes [INFO] [INFO] >>> jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) > validate @ tyrus-tests-e2e-auth-digest >>> [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-digest <<< [INFO] [INFO] [INFO] --- jetty-maven-plugin: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_ci_builds/tests/e2e/jetty/auth-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/continuous-integration_ci_builds/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_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp [INFO] jetty-9.2.1.v20140609 [INFO] Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation. [WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@46a7de3d{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/} has uncovered http methods for path: /* [INFO] Started o.e.j.m.p.JettyWebAppContext@46a7de3d{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/,AVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/} [WARNING] !RequestLog [INFO] Started ServerConnector@29729ee1{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @152146ms [INFO] Started Jetty Server [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-auth-digest --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.e2e.auth.basic.DigestAuthTest received message: Do or do not, there is no try. received message: Do or do not, there is no try. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec - in org.glassfish.tyrus.tests.e2e.auth.basic.DigestAuthTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jetty-maven-plugin:9.2.1.v20140609:stop (stop-jetty) @ tyrus-tests-e2e-auth-digest --- [INFO] Waiting 5 seconds for jetty to stop [INFO] Stopped ServerConnector@29729ee1{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@46a7de3d{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/src/main/webapp/} [INFO] Server reports itself as stopped [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-auth-digest --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.0-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.0-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.0-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-project >---- [INFO] Building Tyrus Server Integration Tests 2.0-SNAPSHOT [45/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.0-SNAPSHOT/tyrus-tests-servlet-project-2.0-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-async >----- [INFO] Building Tyrus Servlet Async Tests 2.0-SNAPSHOT [46/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-async --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-async --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Jul 02, 2021 1:01:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 1:01:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 1:01:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 1:01:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:03 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 Jul 02, 2021 1:01:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 sec - in org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Running org.glassfish.tyrus.tests.servlet.async.AsyncTextTest ### 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 Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec - in org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Running org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 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 Jul 02, 2021 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec - in org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-async --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-async] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/tyrus-tests-servlet-async-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/src/main/webapp] [INFO] Webapp assembled in [8 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/tyrus-tests-servlet-async-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-async --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/tyrus-tests-servlet-async-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-async --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/tyrus-tests-servlet-async-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.0-SNAPSHOT/tyrus-tests-servlet-async-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.0-SNAPSHOT/tyrus-tests-servlet-async-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/async/target/tyrus-tests-servlet-async-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.0-SNAPSHOT/tyrus-tests-servlet-async-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-autobahn-server >-- [INFO] Building Tyrus Autobahn Echo Server 2.0-SNAPSHOT [47/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- maven-war-plugin:2.4: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_ci_builds/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-autobahn-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.0-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.0-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.0-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-basic >----- [INFO] Building Tyrus Servlet Basic Tests 2.0-SNAPSHOT [48/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-basic --- ### 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 [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-basic --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- ### 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 ### 515 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 Running org.glassfish.tyrus.tests.servlet.basic.WsServletTest ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 Jul 02, 2021 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 236 ### 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 ### 116 ### 117 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 105 ### 106 ### 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 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 58 ### 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 ***** 3327 Jul 02, 2021 1:01:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 1:01:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jul 02, 2021 1:01:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:07 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 Jul 02, 2021 1:01:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:01:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 1:01:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:06 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 ### 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 ### 717 ### 723 ### 716 ### 718 ### 719 ### 715 ### 720 ### 721 ### 722 ### 714 ### 713 ### 798 ### 797 ### 796 ### 796 ### 794 ### 793 ### 792 ### 792 ### 790 ### 790 ### 790 ### 787 ### 787 ### 785 ### 784 ### 783 ### 783 ### 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 ### 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 ### 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 ### 658 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 636 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 601 ### 599 ### 598 ### 597 ### 597 ### 597 ### 594 ### 593 ### 592 ### 591 ### 590 ### 590 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 567 ### 565 ### 564 ### 563 ### 562 ### 562 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 545 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 530 ### 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 ### 500 ### 498 ### 498 ### 496 ### 495 ### 495 ### 493 ### 492 ### 491 ### 491 ### 489 ### 488 ### 488 ### 486 ### 485 ### 484 ### 483 ### 482 ### 482 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 474 ### 472 ### 472 ### 470 ### 470 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 447 ### 445 ### 444 ### 443 ### 443 ### 441 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 434 ### 434 ### 431 ### 430 ### 430 ### 430 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 415 ### 413 ### 413 ### 411 ### 410 ### 409 ### 408 ### 413 ### 406 ### 405 ### 405 ### 403 ### 402 ### 401 ### 400 ### 400 ### 398 ### 397 ### 396 ### 395 ### 395 ### 393 ### 392 ### 391 ### 391 ### 389 ### 388 ### 388 ### 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 ### 360 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 352 ### 352 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 344 ### 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 ### 307 ### 305 ### 304 ### 303 ### 302 ### 301 ### 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 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 287 ### 285 ### 284 ### 284 ### 282 ### 281 ### 280 ### 279 ### 279 ### 278 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 268 ### 267 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 251 ### 249 ### 248 ### 248 ### 247 ### 246 ### 246 ### 243 ### 248 ### 241 ### 240 ### 240 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 231 ### 231 ### 228 ### 228 ### 226 ### 226 ### 224 ### 224 ### 222 ### 221 ### 220 ### 220 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 206 ### 204 ### 203 ### 202 ### 202 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 194 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 180 ### 178 ### 177 ### 177 ### 177 ### 175 ### 173 ### 172 ### 171 ### 171 ### 169 ### 169 ### 168 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 150 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 136 ### 134 ### 133 ### 133 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 126 ### 124 ### 123 ### 122 ### 121 ### 121 ### 119 ### 119 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 104 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 323 ### 323 ### 322 ### 321 ### 320 ### 319 ### 317 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 304 ### 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 ### 273 ### 272 ### 271 ### 273 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 84 ### 82 ### 81 ### 81 ### 80 ### 79 ### 81 ### 79 ### 75 ### 74 ### 73 ### 72 ### 72 ### 70 ### 69 ### 68 ### 68 ### 66 ### 65 ### 64 ### 63 ### 63 ### 63 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 44 ### 42 ### 41 ### 40 ### 39 ### 39 ### 38 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 30 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 2442 ### 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 ### 198 ### 199 ### 197 ### 196 Jul 02, 2021 1:01:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 1:01:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:09 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. ### 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 ### 93 ### 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 ### 800 ### 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 ***** 3551 Jul 02, 2021 1:01:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jul 02, 2021 1:01:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jul 02, 2021 1:01:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 799 ### 798 Jul 02, 2021 1:01:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jul 02, 2021 1:01:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:11 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 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 729 ### 727 ### 726 ### 725 ### 729 ### 724 ### 729 ### 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 ### 631 ### 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 ### 569 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 557 ### 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 ### 523 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 413 ### 411 ### 410 ### 409 ### 408 ### 408 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 400 ### 398 ### 398 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 384 ### 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 ### 356 ### 354 ### 353 ### 352 ### 351 ### 350 ### 350 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 325 ### 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 ### 290 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 191 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 180 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 171 ### 169 ### 168 ### 167 ### 166 ### 166 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 134 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 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 ### 73 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 64 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 1108 Jul 02, 2021 1:01:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jul 02, 2021 1:01:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jul 02, 2021 1:01:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.21 sec - in org.glassfish.tyrus.tests.servlet.basic.WsServletTest Running org.glassfish.tyrus.tests.servlet.basic.WssServletTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 0.004 sec - in org.glassfish.tyrus.tests.servlet.basic.WssServletTest Results : Tests run: 32, Failures: 0, Errors: 0, Skipped: 16 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-basic --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-basic] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/src/main/webapp] [INFO] Webapp assembled in [3 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-basic --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.0-SNAPSHOT/tyrus-tests-servlet-basic-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.0-SNAPSHOT/tyrus-tests-servlet-basic-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.0-SNAPSHOT/tyrus-tests-servlet-basic-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-dynamic-deploy >-- [INFO] Building Tyrus Servlet Dynamic Deploy Test 2.0-SNAPSHOT [49/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4: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_ci_builds/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/src/main/webapp] [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.0-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.0-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.0-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-noappconfig >-- [INFO] Building Tyrus Servlet No App Config 2.0-SNAPSHOT [50/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-noappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-noappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-noappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-noappconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest Jul 02, 2021 1:01:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/noappconfig-test/one Jul 02, 2021 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:01:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 sec - in org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-noappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-noappconfig] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/src/main/webapp] [INFO] Webapp assembled in [2 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-noappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-noappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-oneappconfig >-- [INFO] Building Tyrus Servlet One App Config 2.0-SNAPSHOT [51/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-oneappconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Jul 02, 2021 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 797 ### 797 ### 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 Jul 02, 2021 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:01:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec - in org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-oneappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-oneappconfig] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/src/main/webapp] [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-oneappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-remote >---- [INFO] Building Tyrus Servlet RemoteEndpoint Timeout 2.0-SNAPSHOT [52/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-remote --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-remote --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- ### 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 Running org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.008 sec - in org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-remote --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-remote] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-remote --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.0-SNAPSHOT/tyrus-tests-servlet-remote-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.0-SNAPSHOT/tyrus-tests-servlet-remote-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.0-SNAPSHOT/tyrus-tests-servlet-remote-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-session >---- [INFO] Building Tyrus Servlet Session Closing 2.0-SNAPSHOT [53/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-session --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-session --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-session --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionCloseApplicationTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionCloseApplicationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-session --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest ### 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 ### 639 ### 637 ### 636 ### 636 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 613 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 Jul 02, 2021 1:01:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 601 ### 600 ### 599 ### 598 ### 597 ### 597 ### 595 ### 594 ### 594 ### 592 ### 591 ### 590 ### 589 ### 589 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 580 ### 578 ### 577 ### 576 ### 576 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 566 ### 565 ### 566 ### 564 ### 561 ### 560 ### 559 ### 559 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 549 ### 548 ### 546 ### 547 ### 544 ### 544 ### 542 ### 541 ### 541 ### 539 ### 538 ### 537 ### 536 ### 536 ### 536 ### 536 ### 532 ### 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 ### 505 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 492 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 475 ### 473 ### 472 ### 472 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 453 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 440 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 433 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 418 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 411 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 402 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 390 ### 389 ### 387 ### 386 ### 385 ### 384 ### 384 ### 382 ### 381 ### 380 ### 379 ### 379 ### 377 ### 376 ### 375 ### 375 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 363 ### 363 ### 362 ### 359 ### 359 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 349 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 342 ### 340 ### 339 ### 338 ### 337 ### 336 ### 336 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 325 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 303 ### 301 ### 303 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 286 ### 284 ### 283 ### 283 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 269 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 251 ### 249 ### 249 ### 247 ### 246 ### 245 ### 244 ### 244 ### 243 ### 241 ### 240 ### 240 ### 238 ### 238 ### 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 ### 201 ### 198 ### 197 ### 197 ### 195 ### 194 ### 193 ### 192 ### 192 ### 190 ### 190 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 181 ### 181 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 169 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 157 ### 157 ### 156 ### 153 ### 152 ### 151 ### 151 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 138 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 124 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 79 ### 77 ### 76 ### 76 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 52 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 44 ### 41 ### 40 ### 39 ### 39 ### 37 ### 36 ### 35 ### 35 ### 33 ### 32 ### 32 ### 31 ### 29 ### 28 ### 28 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 20 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 4 ### 2 ### 1 ***** Tyrus broadcast - text ***** 7582 Jul 02, 2021 1:01:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 1:01:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:17 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 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 648 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 619 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 607 ### 605 ### 604 ### 604 ### 602 ### 601 ### 600 ### 600 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 588 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 566 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 557 ### 555 ### 554 ### 553 ### 553 ### 551 ### 550 ### 549 ### 548 ### 548 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 535 ### 535 ### 532 ### 532 ### 532 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 524 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 514 ### 512 ### 512 ### 510 ### 509 ### 509 ### 507 ### 506 ### 505 ### 504 ### 504 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 494 ### 492 ### 492 ### 490 ### 490 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 483 ### 481 ### 480 ### 479 ### 479 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 472 ### 470 ### 469 ### 469 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 462 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 451 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 438 ### 436 ### 435 ### 434 ### 433 ### 432 ### 432 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 422 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 412 ### 410 ### 409 ### 409 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 399 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 388 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 364 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 352 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 314 ### 314 ### 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 ### 286 ### 284 ### 284 ### 282 ### 281 ### 280 ### 279 ### 278 ### 278 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 271 ### 270 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 260 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 242 ### 240 ### 239 ### 238 ### 237 ### 236 ### 236 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 227 ### 227 ### 227 ### 223 ### 222 ### 222 ### 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 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 177 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 150 ### 148 ### 147 ### 146 ### 145 ### 144 ### 144 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 131 ### 129 ### 128 ### 127 ### 127 ### 125 ### 124 ### 123 ### 122 ### 122 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 109 ### 107 ### 106 ### 105 ### 104 ### 104 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 96 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 82 ### 81 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 73 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 51 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 36 ### 34 ### 33 ### 33 ### 33 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 7 ### 5 ### 4 ### 3 ### 2 Jul 02, 2021 1:01:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:01:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 1 ***** Tyrus broadcast - text ***** 3084 Jul 02, 2021 1:01:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 1:01:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 1:01:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 1:01:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 1:01:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:23 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 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 635 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 542 ### 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 Jul 02, 2021 1:01:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 1:01:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.552 sec - in org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest Running org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Jul 02, 2021 1:01:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 1:01:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 426 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 403 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 195 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 186 ### 187 ### 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 Received message: 0 Jul 02, 2021 1:01:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 1:01:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 88 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 66 ### 65 ### 66 ### 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 ***** 3809 Jul 02, 2021 1:01:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 1:01:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jul 02, 2021 1:01:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:27 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 Jul 02, 2021 1:01:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 1:01:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 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 Jul 02, 2021 1:01:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 1:01:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 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 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 Received message: 0 Jul 02, 2021 1:01:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 1:01:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 Jul 02, 2021 1:01:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.698 sec - in org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Results : Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-session --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-session] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/tyrus-tests-servlet-session-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/main/webapp] [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/tyrus-tests-servlet-session-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-session --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/tyrus-tests-servlet-session-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-session --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/tyrus-tests-servlet-session-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.0-SNAPSHOT/tyrus-tests-servlet-session-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.0-SNAPSHOT/tyrus-tests-servlet-session-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/tyrus-tests-servlet-session-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.0-SNAPSHOT/tyrus-tests-servlet-session-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet.twoappconfig:tyrus-tests-servlet-twoappconfig >-- [INFO] Building Tyrus Servlet Two App Config 2.0-SNAPSHOT [54/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-twoappconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest ### 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 Jul 02, 2021 1:01:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:01:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec - in org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-twoappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-twoappconfig] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/src/main/webapp] [INFO] Webapp assembled in [5 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-twoappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-mbean-test >-- [INFO] Building Tyrus Servlet Monitoring Test 2.0-SNAPSHOT [55/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-mbean-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-mbean-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-mbean-test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- ### 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 Running org.glassfish.tyrus.tests.servlet.MBeanTest ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ### 0 ***** WebSocket broadcast ***** 4180 Jul 02, 2021 1:01:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jul 02, 2021 1:01:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jul 02, 2021 1:01:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec - in org.glassfish.tyrus.tests.servlet.MBeanTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4: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_ci_builds/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/src/main/webapp] [INFO] Webapp assembled in [2 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-mbean-test --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.0-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.0-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.0-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-inject >---- [INFO] Building Tyrus Servlet Inject Test 2.0-SNAPSHOT [56/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-inject --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-inject --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-inject --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-inject] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/src/main/webapp] [INFO] Webapp assembled in [2 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-inject --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.0-SNAPSHOT/tyrus-tests-servlet-inject-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.0-SNAPSHOT/tyrus-tests-servlet-inject-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.0-SNAPSHOT/tyrus-tests-servlet-inject-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-app >-- [INFO] Building Tyrus Servlet Max Sessions Per App Tests 2.0-SNAPSHOT [57/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Jul 02, 2021 1:01:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:33 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.] 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.] 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 Jul 02, 2021 1:01:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jul 02, 2021 1:01:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:33 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 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ================== 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 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. 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 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 649 ### 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 ### 605 ### 605 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 585 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 572 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 555 ### 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 ### 519 ### 517 ================== 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 ### 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 ### 490 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 483 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 472 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 460 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 449 ### 447 ### 446 ### 445 ### 444 ### 443 ### 443 ### 441 ### 440 ### 439 ### 438 ### 437 ### 437 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 417 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 409 ### 407 ### 406 ### 406 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 395 ### 393 ### 392 ### 391 ### 390 ### 389 ### 389 ### 387 ### 386 ### 385 ### 384 ### 384 ### 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 ### 354 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ================== 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 ### 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 ### 306 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 292 ### 292 ### 289 ### 288 ### 288 ### 286 ### 285 ### 284 ### 284 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 269 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 260 ### 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 ================== Jul 02, 2021 1:01:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:01:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:34 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 ================== Jul 02, 2021 1:01:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.952 sec - in org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4: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_ci_builds/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/src/main/webapp] [INFO] Webapp assembled in [3 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-remoteaddr >-- [INFO] Building Tyrus Servlet Max Sessions Per Remote Addr Tests 2.0-SNAPSHOT [58/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 199 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 192 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 156 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 140 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 115 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 107 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 93 ### 91 ### 90 ### 89 ### 88 ### 88 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 79 ### 77 ### 76 ### 76 ### 76 ### 73 ### 72 ### 72 ### 72 ### 69 ### 68 ### 67 ### 66 ### 65 ### 65 ### 63 ### 62 ### 61 [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 53 ### 51 ### 50 ### 49 ### 48 ### 49 ### 46 ### 45 ### 45 ### 43 ### 42 ### 42 ### 40 ### 39 ### 38 ### 38 ### 38 ### 36 ### 34 ### 33 ### 32 ### 31 ### 31 ### 29 ### 28 ### 27 ### 26 ### 26 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 1607 Jul 02, 2021 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jul 02, 2021 1:01:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jul 02, 2021 1:01:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.979 sec - in org.glassfish.tyrus.tests.servlet.basic.WsServletTest Running org.glassfish.tyrus.tests.servlet.basic.WssServletTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 0.011 sec - in org.glassfish.tyrus.tests.servlet.basic.WssServletTest Jul 02, 2021 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:35 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 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. Results : Tests run: 32, Failures: 0, Errors: 0, Skipped: 16 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-basic --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-basic] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-basic --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.0-SNAPSHOT/tyrus-tests-servlet-basic-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.0-SNAPSHOT/tyrus-tests-servlet-basic-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.0-SNAPSHOT/tyrus-tests-servlet-basic-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-dynamic-deploy >-- [INFO] Building Tyrus Servlet Dynamic Deploy Test 2.0-SNAPSHOT [49/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- 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 Running org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 ================== 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 [INFO] [INFO] --- maven-war-plugin:2.4: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_ci_builds/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/src/main/webapp] [INFO] Webapp assembled in [6 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.0-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.0-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.0-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-noappconfig >-- [INFO] Building Tyrus Servlet No App Config 2.0-SNAPSHOT [50/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-noappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-noappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-noappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-noappconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- ================== 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 Running org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest ================== 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/echo1Client-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 ================== Jul 02, 2021 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:01:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:36 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 Jul 02, 2021 1:01:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/noappconfig-test/one Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 sec - in org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-noappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-noappconfig] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/src/main/webapp] [INFO] Webapp assembled in [5 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-noappconfig --- Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.946 sec - in org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4: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_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/src/main/webapp] [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-debug >----- [INFO] Building Tyrus Debug Debug Samples 2.0-SNAPSHOT [59/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-debug --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-debug --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-debug --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-debug --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-noappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-oneappconfig >-- [INFO] Building Tyrus Servlet One App Config 2.0-SNAPSHOT [51/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-oneappconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Running org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: KJAs6h2nAGnXv92QFcUHOA== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: Segment "a" does not match Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c2966ff-8f56-48a9-81cf-b9875cb172f0 [0 ms]: Endpoints matched to the request URI: [] Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 36bccd76-f999-4205-b812-56279eb40ae9 [12 ms]: Redirect enabled: false Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 36bccd76-f999-4205-b812-56279eb40ae9 [16 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: KJAs6h2nAGnXv92QFcUHOA== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 36bccd76-f999-4205-b812-56279eb40ae9 [99 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: [0 ms] Segment "a" does not match < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-03: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-05: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-07: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length < x-tyrus-tracing-08: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-09: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length < x-tyrus-tracing-10: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-11: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length < x-tyrus-tracing-12: [0 ms] Endpoints matched to the request URI: [] Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 sec - in org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-oneappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-oneappconfig] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/src/main/webapp] [INFO] Webapp assembled in [9 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-oneappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-remote >---- [INFO] Building Tyrus Servlet RemoteEndpoint Timeout 2.0-SNAPSHOT [52/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-remote --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-remote --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.02 sec - in org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest > Session f74da320-4c43-42f1-9088-938e6f49bd0a [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: JOyRmVbu5H+sDgLXucTplw== > Sec-WebSocket-Version: 13 > Upgrade: websocket < Session f74da320-4c43-42f1-9088-938e6f49bd0a [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: Vm/DSqziWP6t/KEyvr+iKCGoD3U= < upgrade: websocket Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-remote --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-remote] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/src/main/webapp] [INFO] Webapp assembled in [10 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-remote --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.0-SNAPSHOT/tyrus-tests-servlet-remote-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.0-SNAPSHOT/tyrus-tests-servlet-remote-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.0-SNAPSHOT/tyrus-tests-servlet-remote-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-session >---- [INFO] Building Tyrus Servlet Session Closing 2.0-SNAPSHOT [53/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-session --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-session --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-session --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionCloseApplicationTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionCloseApplicationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-session --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest Jul 02, 2021 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: CqznYCyVGmzIwY6+qRodKg== < sec-websocket-version: 13 < upgrade: websocket Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: Segment "a" does not match Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 930bc4e6-e6e9-4341-878f-32249d466499 [0 ms]: Endpoints matched to the request URI: [] Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 3827742a-c6fe-4478-b3d6-af460fd650f9 [0 ms]: Redirect enabled: false Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 3827742a-c6fe-4478-b3d6-af460fd650f9 [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: CqznYCyVGmzIwY6+qRodKg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 3827742a-c6fe-4478-b3d6-af460fd650f9 [5 ms]: Received handshake response: < 404 Jul 02, 2021 1:01:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: snT3a355UPgp+x+A6gcmCQ== < sec-websocket-version: 13 < upgrade: websocket Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 88d81cac-fd08-4015-8445-0702ba08c0dd [0 ms]: Redirect enabled: false Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 88d81cac-fd08-4015-8445-0702ba08c0dd [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: snT3a355UPgp+x+A6gcmCQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 88d81cac-fd08-4015-8445-0702ba08c0dd [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: lHpAKtjbpvI3ZqzW/JzbSWdyOv8= < upgrade: websocket Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 88d81cac-fd08-4015-8445-0702ba08c0dd [4 ms]: Incoming buffer size: 4194315 Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Segment "a" does not match Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [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}] Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Using negotiated subprotocol: null Jul 02, 2021 1:01:40 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 10b87033-f4cf-43cc-b075-1281edcc84f4 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: lHpAKtjbpvI3ZqzW/JzbSWdyOv8= > Upgrade: websocket Jul 02, 2021 1:01:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:01:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$EchoEndpoint Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cd1e2429-be92-4126-a582-96c2f1063c8e [0 ms]: Received handshake request: < GET /samples-debug/endpoint/echo < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: dn6sN2Td6ri/IbAeHdKhfw== < sec-websocket-version: 13 < upgrade: websocket Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cd1e2429-be92-4126-a582-96c2f1063c8e [0 ms]: Matching request URI /samples-debug/endpoint/echo against /samples-debug/endpoint/echo Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cd1e2429-be92-4126-a582-96c2f1063c8e [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/echo] Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 60ebf23f-9f6b-4a7c-aa95-69ea737e4786 [0 ms]: Redirect enabled: false Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cd1e2429-be92-4126-a582-96c2f1063c8e [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/echo Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 60ebf23f-9f6b-4a7c-aa95-69ea737e4786 [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: dn6sN2Td6ri/IbAeHdKhfw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cd1e2429-be92-4126-a582-96c2f1063c8e [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60ebf23f-9f6b-4a7c-aa95-69ea737e4786 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: d1kqfUcxJBbIFdSU2KZG4L7x6n4= < upgrade: websocket Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cd1e2429-be92-4126-a582-96c2f1063c8e [0 ms]: Using negotiated subprotocol: null Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session cd1e2429-be92-4126-a582-96c2f1063c8e [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: d1kqfUcxJBbIFdSU2KZG4L7x6n4= > Upgrade: websocket Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session cd1e2429-be92-4126-a582-96c2f1063c8e [3 ms]: Received text message Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 60ebf23f-9f6b-4a7c-aa95-69ea737e4786 [6 ms]: Incoming buffer size: 4194315 Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session cd1e2429-be92-4126-a582-96c2f1063c8e [4 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@c8c12ac, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6adbc9d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4550bb58, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4ec4f3a0, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@223191a6, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@49139829, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@9597028, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6069db50, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4efbca5a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@77fbd92c, type=class java.io.Reader}] Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session cd1e2429-be92-4126-a582-96c2f1063c8e [4 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4efbca5a, type=class java.lang.String} Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 60ebf23f-9f6b-4a7c-aa95-69ea737e4786 [7 ms]: Received text message Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session cd1e2429-be92-4126-a582-96c2f1063c8e [5 ms]: Received binary message Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 60ebf23f-9f6b-4a7c-aa95-69ea737e4786 [8 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1eaa399b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1a95ae96, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5f9733a0, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@21ab9f41, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6e020c0e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@59d4fe46, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3fb8ccef, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@42140dce, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3c080bfe, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@42d0f4f7, type=class java.io.Reader}] Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session cd1e2429-be92-4126-a582-96c2f1063c8e [5 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1b7cc17c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@59662a0b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@67c27493, type=class java.io.InputStream}] Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 60ebf23f-9f6b-4a7c-aa95-69ea737e4786 [8 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3c080bfe, type=class java.lang.String} Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session cd1e2429-be92-4126-a582-96c2f1063c8e [6 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1b7cc17c, type=class java.nio.ByteBuffer} Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 60ebf23f-9f6b-4a7c-aa95-69ea737e4786 [9 ms]: Received binary message Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 60ebf23f-9f6b-4a7c-aa95-69ea737e4786 [9 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5cf9a7bb, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@13e9ab89, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@df19455, type=class java.io.InputStream}] Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 60ebf23f-9f6b-4a7c-aa95-69ea737e4786 [10 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5cf9a7bb, type=class java.nio.ByteBuffer} Jul 02, 2021 1:01:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Jul 02, 2021 1:01:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 1:01:42 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 548d1938-f7e4-45a7-8fa8-f480a2633ef4 [0 ms]: Redirect enabled: false Jul 02, 2021 1:01:42 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 548d1938-f7e4-45a7-8fa8-f480a2633ef4 [0 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: dFZtKaVqIH1SPK413dc8kQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jul 02, 2021 1:01:42 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 548d1938-f7e4-45a7-8fa8-f480a2633ef4 [3 ms]: Received handshake response: < 401 < upgrade: websocket < www-authenticate: Basic realm="my realm" Jul 02, 2021 1:01:42 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 548d1938-f7e4-45a7-8fa8-f480a2633ef4 [4 ms]: Using authentication config: AuthConfig{Basic->org.glassfish.tyrus.client.auth.BasicAuthenticator, Digest->org.glassfish.tyrus.client.auth.DigestAuthenticator} Jul 02, 2021 1:01:42 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 548d1938-f7e4-45a7-8fa8-f480a2633ef4 [4 ms]: Using authentication scheme: Basic Jul 02, 2021 1:01:42 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 548d1938-f7e4-45a7-8fa8-f480a2633ef4 [5 ms]: Using authenticator: org.glassfish.tyrus.client.auth.BasicAuthenticator Jul 02, 2021 1:01:42 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 548d1938-f7e4-45a7-8fa8-f480a2633ef4 [5 ms]: Using credentials: Credentials{username: Petr, password: *****} Jul 02, 2021 1:01:42 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 548d1938-f7e4-45a7-8fa8-f480a2633ef4 [5 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Authorization: ***** > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: dFZtKaVqIH1SPK413dc8kQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jul 02, 2021 1:01:42 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 548d1938-f7e4-45a7-8fa8-f480a2633ef4 [8 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: Pp5kgxfWEQIulBDVhVodo5R795U= < upgrade: websocket Jul 02, 2021 1:01:42 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 548d1938-f7e4-45a7-8fa8-f480a2633ef4 [9 ms]: Incoming buffer size: 4194315 Jul 02, 2021 1:01:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8025] Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:01:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: /C5v4xzA8aBRkNw3itvqnw== < sec-websocket-version: 12 < upgrade: websocket Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Segment "a" does not match Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [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}] Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Upgrade request contains unsupported version of Websocket protocol Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session af1b9d64-869f-4c69-b7c3-c315e78ec1b4 [0 ms]: Sending handshake response: > 426 > Sec-WebSocket-Version: 13 Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 29707789-23cb-416f-b5ca-172a1501c8be [0 ms]: Redirect enabled: false Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 29707789-23cb-416f-b5ca-172a1501c8be [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: /C5v4xzA8aBRkNw3itvqnw== > Sec-WebSocket-Version: 12 > Upgrade: websocket Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 29707789-23cb-416f-b5ca-172a1501c8be [5 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/a < x-tyrus-tracing-01: [0 ms] Segment "a" does not match < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-04: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < 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 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 /samples-debug/endpoint/{a}/{b} has more variables < 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 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 Jul 02, 2021 1:01:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:01:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: rUqaTV11FuCIV6Styd0xnA== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Segment "a" does not match Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 986aed21-80cd-40f2-a422-40b71704233d [0 ms]: Redirect enabled: false Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 986aed21-80cd-40f2-a422-40b71704233d [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: rUqaTV11FuCIV6Styd0xnA== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 986aed21-80cd-40f2-a422-40b71704233d [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: UE8grtS+azPfR+KVX4mlWKirCMk= < 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}/{b} < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-05: [0 ms] Segment "a" does not match < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-07: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-08: [0 ms] 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 Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 986aed21-80cd-40f2-a422-40b71704233d [4 ms]: Incoming buffer size: 4194315 Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:01:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [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}] Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Using negotiated subprotocol: null Jul 02, 2021 1:01:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session d5b7c458-74f1-40b5-9d66-d53cce8ffa79 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: UE8grtS+azPfR+KVX4mlWKirCMk= > Upgrade: websocket Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:01:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: EYga4QUJyPTE4OzQmcd7oA== < sec-websocket-version: 13 < upgrade: websocket Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session c10020e6-28ad-4bd3-912b-98eab129fa81 [0 ms]: Redirect enabled: false Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session c10020e6-28ad-4bd3-912b-98eab129fa81 [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: EYga4QUJyPTE4OzQmcd7oA== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c10020e6-28ad-4bd3-912b-98eab129fa81 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: F2nBzZJunFT6pAZVFszlsq6COCM= < upgrade: websocket Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Segment "a" does not match Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session c10020e6-28ad-4bd3-912b-98eab129fa81 [4 ms]: Incoming buffer size: 4194315 Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jul 02, 2021 1:01:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [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}] Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Using negotiated subprotocol: null Jul 02, 2021 1:01:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 37548218-de42-4f32-b85d-5d4d790e13dd [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: F2nBzZJunFT6pAZVFszlsq6COCM= > Upgrade: websocket Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:01:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: XzJmuIAXqCFsUW9E9Wdk+w== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Segment "a" does not match Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cd1dafbc-c5d0-4bcd-b230-68e9e4795252 [0 ms]: Redirect enabled: false Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session cd1dafbc-c5d0-4bcd-b230-68e9e4795252 [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: XzJmuIAXqCFsUW9E9Wdk+w== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cd1dafbc-c5d0-4bcd-b230-68e9e4795252 [6 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: mI7ut3FKJG8ese8XuTiA9R5fx2o= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-01: [0 ms] Segment "a" does not match < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-05: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-06: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-07: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-08: [3 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: [3 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session cd1dafbc-c5d0-4bcd-b230-68e9e4795252 [7 ms]: Incoming buffer size: 4194315 Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jul 02, 2021 1:01:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [3 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}] Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9e34c102-825a-457d-88a7-badfd15e5510 [3 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 9e34c102-825a-457d-88a7-badfd15e5510 [3 ms]: Using negotiated extensions: Using negotiated extensions: [] Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 9e34c102-825a-457d-88a7-badfd15e5510 [3 ms]: Using negotiated subprotocol: null Jul 02, 2021 1:01:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 9e34c102-825a-457d-88a7-badfd15e5510 [3 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: mI7ut3FKJG8ese8XuTiA9R5fx2o= > Upgrade: websocket Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.453 sec - in org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest Results : Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-debug --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-debug] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/src/main/webapp] [INFO] Webapp assembled in [1 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-debug --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-debug --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.0-SNAPSHOT/tyrus-tests-servlet-debug-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.0-SNAPSHOT/tyrus-tests-servlet-debug-2.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-bundles >-------------- [INFO] Building Tyrus Bundles 2.0-SNAPSHOT [60/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-bundles --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-bundles --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-bundles --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-bundles --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.0-SNAPSHOT/tyrus-bundles-2.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-samples >-------------- [INFO] Building Tyrus Samples Bundle 2.0-SNAPSHOT [61/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-samples --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-samples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (unpack-examples) @ tyrus-samples --- [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ tyrus-samples --- [INFO] Reading assembly descriptor: src/main/assembly/examples-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/tyrus-samples-all.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-samples --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-samples --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.0-SNAPSHOT/tyrus-samples-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/tyrus-samples-all.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.0-SNAPSHOT/tyrus-samples-2.0-SNAPSHOT-all.zip [INFO] [INFO] --------< org.glassfish.tyrus.bundles:tyrus-standalone-client >--------- [INFO] Building Tyrus Standalone Client 2.0-SNAPSHOT [62/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-standalone-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-standalone-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-standalone-client --- [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ tyrus-standalone-client --- [INFO] Configured Artifact: javax.websocket:javax.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-framework:sources:2.3.22:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http-server:sources:2.3.22:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http:sources:2.3.22:jar [INFO] Unpacking /home/jenkins/.m2/repository/javax/websocket/javax.websocket-api/1.1/javax.websocket-api-1.1-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/tyrus-core-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/tyrus-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/tyrus-spi-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.3.22/grizzly-framework-2.3.22-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.3.22/grizzly-http-server-2.3.22-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.3.22/grizzly-http-2.3.22-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-standalone-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-standalone-client --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/tyrus-standalone-client-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ tyrus-standalone-client --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including javax.websocket:javax.websocket-api:jar:1.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:2.3.22 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:2.3.22 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:2.3.22 in the shaded jar. [INFO] Including javax.websocket:javax.websocket-client-api:jar:1.1 in the shaded jar. [WARNING] javax.websocket-api-1.1.jar, javax.websocket-client-api-1.1.jar define 45 overlappping classes: [WARNING] - javax.websocket.Decoder$Text [WARNING] - javax.websocket.DeploymentException [WARNING] - javax.websocket.SendHandler [WARNING] - javax.websocket.ClientEndpointConfig [WARNING] - javax.websocket.SendResult [WARNING] - javax.websocket.Extension [WARNING] - javax.websocket.ClientEndpointConfig$Builder [WARNING] - javax.websocket.OnError [WARNING] - javax.websocket.PongMessage [WARNING] - javax.websocket.Decoder [WARNING] - 35 more... [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/tyrus-standalone-client-2.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/tyrus-standalone-client-2.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources added. [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (default) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-standalone-client --- Jul 02, 2021 1:01:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 1:01:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.766 sec - in org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest Running org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Jul 02, 2021 1:01:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 1:01:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/tyrus-standalone-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-standalone-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/tyrus-standalone-client-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0-SNAPSHOT/tyrus-standalone-client-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0-SNAPSHOT/tyrus-standalone-client-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/tyrus-standalone-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0-SNAPSHOT/tyrus-standalone-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk >------- [INFO] Building Tyrus Standalone Client - JDK 2.0-SNAPSHOT [63/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-standalone-client-jdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ tyrus-standalone-client-jdk --- [INFO] Configured Artifact: javax.websocket:javax.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-jdk-client:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.0-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/javax/websocket/javax.websocket-api/1.1/javax.websocket-api-1.1-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/tyrus-core-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/tyrus-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/tyrus-container-jdk-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/tyrus-spi-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-standalone-client-jdk --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-standalone-client-jdk --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ tyrus-standalone-client-jdk --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including javax.websocket:javax.websocket-api:jar:1.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-jdk-client:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including javax.websocket:javax.websocket-client-api:jar:1.1 in the shaded jar. [WARNING] javax.websocket-api-1.1.jar, javax.websocket-client-api-1.1.jar define 45 overlappping classes: [WARNING] - javax.websocket.Decoder$Text [WARNING] - javax.websocket.DeploymentException [WARNING] - javax.websocket.SendHandler [WARNING] - javax.websocket.ClientEndpointConfig [WARNING] - javax.websocket.SendResult [WARNING] - javax.websocket.Extension [WARNING] - javax.websocket.ClientEndpointConfig$Builder [WARNING] - javax.websocket.OnError [WARNING] - javax.websocket.PongMessage [WARNING] - javax.websocket.Decoder [WARNING] - 35 more... [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-standalone-client-jdk --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/client-bundle-sources added. [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (default) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-standalone-client-jdk --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-standalone-client-jdk --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.0-SNAPSHOT/tyrus-standalone-client-jdk-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.0-SNAPSHOT/tyrus-standalone-client-jdk-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.0-SNAPSHOT/tyrus-standalone-client-jdk-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-archive >---------- [INFO] Building Tyrus Websocket RI Archive 2.0-SNAPSHOT [64/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ websocket-ri-archive --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ websocket-ri-archive --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ websocket-ri-archive --- [INFO] Copying tyrus-container-grizzly-client-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-container-grizzly-client-2.0-SNAPSHOT.jar [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/javax.inject-1.jar [INFO] Copying tyrus-container-glassfish-ejb-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-ejb-2.0-SNAPSHOT.jar [INFO] Copying javax.websocket-api-1.1.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/javax.websocket-api-1.1.jar [INFO] Copying tyrus-client-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-client-2.0-SNAPSHOT.jar [INFO] Copying javax.interceptor-api-1.2.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/javax.interceptor-api-1.2.jar [INFO] Copying tyrus-server-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-server-2.0-SNAPSHOT.jar [INFO] Copying javax.transaction-api-1.2.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/javax.transaction-api-1.2.jar [INFO] Copying grizzly-framework-2.3.22.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/grizzly-framework-2.3.22.jar [INFO] Copying grizzly-http-server-2.3.22.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/grizzly-http-server-2.3.22.jar [INFO] Copying cdi-api-1.2.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/cdi-api-1.2.jar [INFO] Copying tyrus-spi-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-spi-2.0-SNAPSHOT.jar [INFO] Copying javax.el-api-3.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/javax.el-api-3.0.0.jar [INFO] Copying tyrus-core-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-core-2.0-SNAPSHOT.jar [INFO] Copying grizzly-http-2.3.22.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/grizzly-http-2.3.22.jar [INFO] Copying tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar [INFO] Copying tyrus-container-servlet-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-container-servlet-2.0-SNAPSHOT.jar [INFO] Copying javax.ejb-api-3.2.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/javax.ejb-api-3.2.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (copy) @ websocket-ri-archive --- [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.0-SNAPSHOT:jar [INFO] Copying tyrus-client-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-client-2.0-SNAPSHOT.jar [INFO] Copying tyrus-server-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-server-2.0-SNAPSHOT.jar [INFO] Copying tyrus-core-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-core-2.0-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-container-grizzly-client-2.0-SNAPSHOT.jar [INFO] Copying tyrus-container-servlet-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-container-servlet-2.0-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-spi-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ websocket-ri-archive --- [INFO] Reading assembly descriptor: src/main/assembly/archive.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0-SNAPSHOT.zip [INFO] Building tar : /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0-SNAPSHOT.tar.gz [INFO] Building tar : /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0-SNAPSHOT.tar.bz2 Received message: 0 Jul 02, 2021 1:01:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 1:01:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ websocket-ri-archive --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ websocket-ri-archive --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0-SNAPSHOT/websocket-ri-archive-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0-SNAPSHOT/websocket-ri-archive-2.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0-SNAPSHOT.tar.gz to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0-SNAPSHOT/websocket-ri-archive-2.0-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0-SNAPSHOT.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0-SNAPSHOT/websocket-ri-archive-2.0-SNAPSHOT.tar.bz2 [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-bundle >----------- [INFO] Building Tyrus Websocket RI Bundle 2.0-SNAPSHOT [65/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ websocket-ri-bundle --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ websocket-ri-bundle --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ websocket-ri-bundle --- [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ websocket-ri-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ websocket-ri-bundle --- [INFO] Configured Artifact: javax.websocket:javax.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-server:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.0-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/javax/websocket/javax.websocket-api/1.1/javax.websocket-api-1.1-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/tyrus-core-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/tyrus-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/tyrus-server-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/target/tyrus-container-servlet-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/tyrus-spi-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/resources [INFO] Copying 1 resource [INFO] Copying 7 resources [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] --- maven-compiler-plugin:3.1:compile (default-compile) @ websocket-ri-bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 202 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/uri/internal/MultivaluedMap.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/uri/internal/MultivaluedMap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ websocket-ri-bundle --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ websocket-ri-bundle --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ websocket-ri-bundle --- Jul 02, 2021 1:01:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 1:01:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:javax.websocket-api] Class path [Jar:., Jar:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:javax.websocket-api] Class path [Jar:., Jar:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:org.osgi.core] [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ websocket-ri-bundle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ websocket-ri-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0-SNAPSHOT-sources.jar Jul 02, 2021 1:01:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 1:01:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ websocket-ri-bundle --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0-SNAPSHOT/websocket-ri-bundle-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0-SNAPSHOT/websocket-ri-bundle-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0-SNAPSHOT/websocket-ri-bundle-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ websocket-ri-bundle --- [INFO] Installing org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0-SNAPSHOT/websocket-ri-bundle-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tyrus 2.0-SNAPSHOT: [INFO] [INFO] tyrus .............................................. SUCCESS [ 3.715 s] [INFO] tyrus-archetypes ................................... SUCCESS [ 0.032 s] [INFO] Tyrus Echo Archetype ............................... SUCCESS [ 5.091 s] [INFO] Tyrus BOM .......................................... SUCCESS [ 0.004 s] [INFO] Tyrus Container SPI ................................ SUCCESS [ 2.843 s] [INFO] Tyrus Core ......................................... SUCCESS [ 6.122 s] [INFO] Tyrus Client ....................................... SUCCESS [ 0.745 s] [INFO] Tyrus Container Modules ............................ SUCCESS [ 0.034 s] [INFO] Tyrus Containers For Glassfish ..................... SUCCESS [ 0.023 s] [INFO] Tyrus CDI Component Provider ....................... SUCCESS [ 0.211 s] [INFO] Tyrus EJB Component Provider ....................... SUCCESS [ 0.192 s] [INFO] Tyrus Grizzly Client Container ..................... SUCCESS [ 0.575 s] [INFO] Tyrus Server ....................................... SUCCESS [ 0.345 s] [INFO] Tyrus Grizzly Server Container ..................... SUCCESS [ 0.164 s] [INFO] Tyrus InMemory Container ........................... SUCCESS [ 0.407 s] [INFO] Tyrus Servlet Bundle ............................... SUCCESS [ 2.002 s] [INFO] Tyrus Tests ........................................ SUCCESS [ 0.033 s] [INFO] Tyrus Test Tools ................................... SUCCESS [ 0.861 s] [INFO] Tyrus JDK Client Container ......................... SUCCESS [ 11.591 s] [INFO] Tyrus Documentation ................................ SUCCESS [ 9.651 s] [INFO] Tyrus Extension Modules ............................ SUCCESS [ 0.036 s] [INFO] Tyrus CLI Client ................................... SUCCESS [ 0.802 s] [INFO] Tyrus Monitoring JMX ............................... SUCCESS [ 1.424 s] [INFO] Tyrus Extension - Per Message Deflate .............. SUCCESS [ 0.606 s] [INFO] Tyrus Java8 Client Extension ....................... SUCCESS [ 0.728 s] [INFO] Tyrus Samples ...................................... SUCCESS [ 0.019 s] [INFO] Tyrus Auction Sample ............................... SUCCESS [ 0.890 s] [INFO] Tyrus CDI Sample ................................... SUCCESS [ 0.447 s] [INFO] Tyrus Chat Sample .................................. SUCCESS [ 0.155 s] [INFO] Tyrus Draw Sample .................................. SUCCESS [ 0.102 s] [INFO] Tyrus Echo Sample .................................. SUCCESS [ 0.500 s] [INFO] Tyrus Basic Auth Sample ............................ SUCCESS [ 0.342 s] [INFO] Tyrus Secure Echo Sample ........................... SUCCESS [ 0.127 s] [INFO] Tyrus Programmatic Echo Sample ..................... SUCCESS [ 0.516 s] [INFO] Tyrus Simple Life Sample ........................... SUCCESS [ 0.095 s] [INFO] Tyrus Shared Collection Sample ..................... SUCCESS [ 7.083 s] [INFO] Tyrus End-to-End Tests ............................. SUCCESS [ 0.017 s] [INFO] Tyrus End-to-End Application Config Tests .......... SUCCESS [ 2.100 s] [INFO] Tyrus End-to-End Non-deployable Tests .............. SUCCESS [ 7.660 s] [INFO] Tyrus End-to-End Standard Config Tests ............. SUCCESS [ 56.997 s] [INFO] Tyrus End-to-End Java 8 Tests ...................... SUCCESS [ 0.578 s] [INFO] Tyrus End-to-End Tests running on Jetty ............ SUCCESS [ 0.017 s] [INFO] Tyrus End-to-End Basic Auth Tests .................. SUCCESS [ 3.593 s] [INFO] Tyrus End-to-End Digest Auth Tests ................. SUCCESS [ 1.469 s] [INFO] Tyrus Server Integration Tests ..................... SUCCESS [ 0.032 s] [INFO] Tyrus Servlet Async Tests .......................... SUCCESS [ 0.774 s] [INFO] Tyrus Autobahn Echo Server ......................... SUCCESS [ 0.089 s] [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 21.819 s] [INFO] Tyrus Servlet Dynamic Deploy Test .................. SUCCESS [ 0.223 s] [INFO] Tyrus Servlet No App Config ........................ SUCCESS [ 0.656 s] [INFO] Tyrus Servlet One App Config ....................... SUCCESS [ 0.571 s] [INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SUCCESS [ 0.235 s] [INFO] Tyrus Servlet Session Closing ...................... SUCCESS [ 16.531 s] [INFO] Tyrus Servlet Two App Config ....................... SUCCESS [ 0.491 s] [INFO] Tyrus Servlet Monitoring Test ...................... SUCCESS [ 0.489 s] [INFO] Tyrus Servlet Inject Test .......................... SUCCESS [ 0.243 s] [INFO] Tyrus Servlet Max Sessions Per App Tests ........... SUCCESS [ 2.166 s] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SUCCESS [ 2.226 s] [INFO] Tyrus Debug Debug Samples .......................... SUCCESS [ 10.655 s] [INFO] Tyrus Bundles ...................................... SUCCESS [ 0.015 s] [INFO] Tyrus Samples Bundle ............................... SUCCESS [ 1.323 s] [INFO] Tyrus Standalone Client ............................ SUCCESS [ 0.902 s] [INFO] Tyrus Standalone Client - JDK ...................... SUCCESS [ 0.243 s] [INFO] Tyrus Websocket RI Archive ......................... SUCCESS [ 1.182 s] [INFO] Tyrus Websocket RI Bundle .......................... SUCCESS [ 1.759 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:22 min [INFO] Finished at: 2021-07-02T13:01:53Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv Received message: 0 Jul 02, 2021 1:01:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 1:01:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [Pipeline] } [Pipeline] // node Jul 02, 2021 1:01:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.791 sec - in org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Results : Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-session --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-session] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/tyrus-tests-servlet-session-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/src/main/webapp] [INFO] Webapp assembled in [8 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/tyrus-tests-servlet-session-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-session --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/tyrus-tests-servlet-session-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-session --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/tyrus-tests-servlet-session-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.0-SNAPSHOT/tyrus-tests-servlet-session-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.0-SNAPSHOT/tyrus-tests-servlet-session-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/session/target/tyrus-tests-servlet-session-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.0-SNAPSHOT/tyrus-tests-servlet-session-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet.twoappconfig:tyrus-tests-servlet-twoappconfig >-- [INFO] Building Tyrus Servlet Two App Config 2.0-SNAPSHOT [54/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-twoappconfig --- [Pipeline] } [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-twoappconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- [Pipeline] // stage Running org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest Jul 02, 2021 1:01:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [Pipeline] } Jul 02, 2021 1:01:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:01:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:01:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 sec - in org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-twoappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-twoappconfig] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/src/main/webapp] [INFO] Webapp assembled in [9 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-twoappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.0-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-mbean-test >-- [INFO] Building Tyrus Servlet Monitoring Test 2.0-SNAPSHOT [55/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-mbean-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-mbean-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-mbean-test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.MBeanTest Jul 02, 2021 1:01:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:01:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 sec - in org.glassfish.tyrus.tests.servlet.MBeanTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4: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_ci_builds/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/src/main/webapp] [INFO] Webapp assembled in [5 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-mbean-test --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.0-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.0-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.0-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-inject >---- [INFO] Building Tyrus Servlet Inject Test 2.0-SNAPSHOT [56/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-inject --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-inject --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-inject --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-inject] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/src/main/webapp] [INFO] Webapp assembled in [4 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-inject --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.0-SNAPSHOT/tyrus-tests-servlet-inject-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.0-SNAPSHOT/tyrus-tests-servlet-inject-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.0-SNAPSHOT/tyrus-tests-servlet-inject-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-app >-- [INFO] Building Tyrus Servlet Max Sessions Per App Tests 2.0-SNAPSHOT [57/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Jul 02, 2021 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:01:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:01:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:01:58 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 ================== Jul 02, 2021 1:02:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:02:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:02:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:02:00 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 ================== Jul 02, 2021 1:02:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.358 sec - in org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4: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_ci_builds/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/src/main/webapp] [INFO] Webapp assembled in [8 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-remoteaddr >-- [INFO] Building Tyrus Servlet Max Sessions Per Remote Addr Tests 2.0-SNAPSHOT [58/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/test-classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Jul 02, 2021 1:02:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:02:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:02:01 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 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. 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 ================== Jul 02, 2021 1:02:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:02:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jul 02, 2021 1:02:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:02:03 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 Jul 02, 2021 1:02:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.589 sec - in org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4: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_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/src/main/webapp] [INFO] Webapp assembled in [7 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-debug >----- [INFO] Building Tyrus Debug Debug Samples 2.0-SNAPSHOT [59/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-debug --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-debug --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-debug --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-debug --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:02:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: e4Bt8lOmQP8QXAgIfvApJg== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: Segment "a" does not match Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b033c19c-c325-467a-9af9-90e935a794cd [1 ms]: Endpoints matched to the request URI: [] Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 4cf78784-268a-4099-958e-4463c9d9e07b [18 ms]: Redirect enabled: false Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 4cf78784-268a-4099-958e-4463c9d9e07b [25 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: e4Bt8lOmQP8QXAgIfvApJg== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4cf78784-268a-4099-958e-4463c9d9e07b [117 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: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-03: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-05: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a < x-tyrus-tracing-07: [0 ms] Segment "a" does not match < x-tyrus-tracing-08: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-09: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length < x-tyrus-tracing-10: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-11: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length < x-tyrus-tracing-12: [1 ms] Endpoints matched to the request URI: [] Jul 02, 2021 1:02:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. > Session 9c76ec94-3ebf-41af-94b3-a74f185426a0 [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: lZ9Ov8E8la23gLfHgCHCnQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket < Session 9c76ec94-3ebf-41af-94b3-a74f185426a0 [7 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 3GlaJN6K1K2nhXo4BBKqY+kexVA= < upgrade: websocket Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:02:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: izyS09waFQxG5jUSnb+TNQ== < sec-websocket-version: 13 < upgrade: websocket Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: Segment "a" does not match Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96d4b764-aa98-4ee2-adab-f0dbbb0344d6 [0 ms]: Endpoints matched to the request URI: [] Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 543176bc-8a3a-47a6-a353-a676db9d83d2 [0 ms]: Redirect enabled: false Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 543176bc-8a3a-47a6-a353-a676db9d83d2 [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: izyS09waFQxG5jUSnb+TNQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 543176bc-8a3a-47a6-a353-a676db9d83d2 [9 ms]: Received handshake response: < 404 Jul 02, 2021 1:02:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:02:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: /zlzZfK1nqp4HBIuaGKlHw== < sec-websocket-version: 13 < upgrade: websocket Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 4cfe6d39-d3a8-4367-b22d-f707a4c4dd52 [0 ms]: Redirect enabled: false Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 4cfe6d39-d3a8-4367-b22d-f707a4c4dd52 [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: /zlzZfK1nqp4HBIuaGKlHw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Segment "a" does not match Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4cfe6d39-d3a8-4367-b22d-f707a4c4dd52 [5 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: wRwwB0y5vMc+3Nc9rh8ZWgfQn6o= < upgrade: websocket Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 4cfe6d39-d3a8-4367-b22d-f707a4c4dd52 [7 ms]: Incoming buffer size: 4194315 Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [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}] Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Using negotiated subprotocol: null Jul 02, 2021 1:02:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 1ce46fbf-10f8-49bc-b0dd-97490ad80ef9 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: wRwwB0y5vMc+3Nc9rh8ZWgfQn6o= > Upgrade: websocket Jul 02, 2021 1:02:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:02:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$EchoEndpoint Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4932c78f-19cb-4ccd-a589-b015557413f7 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/echo < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: lqcB5YRN5XRU92XySXFsGw== < sec-websocket-version: 13 < upgrade: websocket Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session bf1b8fc4-e83d-4367-b73f-f1c74f66fd04 [0 ms]: Redirect enabled: false Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4932c78f-19cb-4ccd-a589-b015557413f7 [0 ms]: Matching request URI /samples-debug/endpoint/echo against /samples-debug/endpoint/echo Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session bf1b8fc4-e83d-4367-b73f-f1c74f66fd04 [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: lqcB5YRN5XRU92XySXFsGw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4932c78f-19cb-4ccd-a589-b015557413f7 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/echo] Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bf1b8fc4-e83d-4367-b73f-f1c74f66fd04 [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: HSZAerOQIP00yStLxLh00smLFGU= < upgrade: websocket Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4932c78f-19cb-4ccd-a589-b015557413f7 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/echo Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 4932c78f-19cb-4ccd-a589-b015557413f7 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 4932c78f-19cb-4ccd-a589-b015557413f7 [0 ms]: Using negotiated subprotocol: null Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 4932c78f-19cb-4ccd-a589-b015557413f7 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: HSZAerOQIP00yStLxLh00smLFGU= > Upgrade: websocket Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 4932c78f-19cb-4ccd-a589-b015557413f7 [5 ms]: Received text message Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session bf1b8fc4-e83d-4367-b73f-f1c74f66fd04 [9 ms]: Incoming buffer size: 4194315 Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 4932c78f-19cb-4ccd-a589-b015557413f7 [6 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5b218417, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@645aa696, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6caf0677, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@413d1baf, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@16eb3ea3, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@273444fe, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@33bc72d1, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1a75e76a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5524cca1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@353352b6, type=class java.io.Reader}] Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 4932c78f-19cb-4ccd-a589-b015557413f7 [7 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5524cca1, type=class java.lang.String} Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session bf1b8fc4-e83d-4367-b73f-f1c74f66fd04 [12 ms]: Received text message Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 4932c78f-19cb-4ccd-a589-b015557413f7 [9 ms]: Received binary message Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session bf1b8fc4-e83d-4367-b73f-f1c74f66fd04 [13 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2721ac1e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6223269e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1a27f03, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@530b0096, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@796007b5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@20cd9d1, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1044f4f4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1bc059da, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6264a8b8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6422774, type=class java.io.Reader}] Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session bf1b8fc4-e83d-4367-b73f-f1c74f66fd04 [13 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6264a8b8, type=class java.lang.String} Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 4932c78f-19cb-4ccd-a589-b015557413f7 [10 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5032714f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@48bb62, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4681c175, type=class java.io.InputStream}] Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 4932c78f-19cb-4ccd-a589-b015557413f7 [10 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5032714f, type=class java.nio.ByteBuffer} Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session bf1b8fc4-e83d-4367-b73f-f1c74f66fd04 [15 ms]: Received binary message Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session bf1b8fc4-e83d-4367-b73f-f1c74f66fd04 [16 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2cee21bf, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@342df945, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@56d495f9, type=class java.io.InputStream}] Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session bf1b8fc4-e83d-4367-b73f-f1c74f66fd04 [16 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2cee21bf, type=class java.nio.ByteBuffer} Jul 02, 2021 1:02:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:08 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:02:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Jul 02, 2021 1:02:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jul 02, 2021 1:02:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 38a33f0f-7f81-4d9a-a7fb-6164b37e711d [0 ms]: Redirect enabled: false Jul 02, 2021 1:02:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 38a33f0f-7f81-4d9a-a7fb-6164b37e711d [0 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: IkaZqNisSoWJ+xUoGduefQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jul 02, 2021 1:02:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 38a33f0f-7f81-4d9a-a7fb-6164b37e711d [6 ms]: Received handshake response: < 401 < upgrade: websocket < www-authenticate: Basic realm="my realm" Jul 02, 2021 1:02:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 38a33f0f-7f81-4d9a-a7fb-6164b37e711d [8 ms]: Using authentication config: AuthConfig{Basic->org.glassfish.tyrus.client.auth.BasicAuthenticator, Digest->org.glassfish.tyrus.client.auth.DigestAuthenticator} Jul 02, 2021 1:02:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 38a33f0f-7f81-4d9a-a7fb-6164b37e711d [8 ms]: Using authentication scheme: Basic Jul 02, 2021 1:02:09 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 38a33f0f-7f81-4d9a-a7fb-6164b37e711d [9 ms]: Using authenticator: org.glassfish.tyrus.client.auth.BasicAuthenticator Jul 02, 2021 1:02:09 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 38a33f0f-7f81-4d9a-a7fb-6164b37e711d [9 ms]: Using credentials: Credentials{username: Petr, password: *****} Jul 02, 2021 1:02:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 38a33f0f-7f81-4d9a-a7fb-6164b37e711d [9 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Authorization: ***** > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: IkaZqNisSoWJ+xUoGduefQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jul 02, 2021 1:02:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 38a33f0f-7f81-4d9a-a7fb-6164b37e711d [12 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: nvkqu9fY8/7/Rm8/ZUSFqKqorYs= < upgrade: websocket Jul 02, 2021 1:02:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 38a33f0f-7f81-4d9a-a7fb-6164b37e711d [15 ms]: Incoming buffer size: 4194315 Jul 02, 2021 1:02:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8025] Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:02:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: J1RqXXg407wano594btIAw== < sec-websocket-version: 12 < upgrade: websocket Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Segment "a" does not match Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [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}] Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Upgrade request contains unsupported version of Websocket protocol Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 929d78df-aa8b-4131-a2f5-26993f257741 [0 ms]: Sending handshake response: > 426 > Sec-WebSocket-Version: 13 Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 92e3c0f2-5f28-4334-8a97-8f3628235b84 [0 ms]: Redirect enabled: false Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 92e3c0f2-5f28-4334-8a97-8f3628235b84 [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: J1RqXXg407wano594btIAw== > Sec-WebSocket-Version: 12 > Upgrade: websocket Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 92e3c0f2-5f28-4334-8a97-8f3628235b84 [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 < 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] Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} < x-tyrus-tracing-09: [0 ms] /samples-debug/endpoint/a/b is an exact match < x-tyrus-tracing-10: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b < x-tyrus-tracing-11: [0 ms] /samples-debug/endpoint/a/b is an exact match < x-tyrus-tracing-12: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} < x-tyrus-tracing-13: [0 ms] /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path < x-tyrus-tracing-14: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} < x-tyrus-tracing-15: [0 ms] /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path < x-tyrus-tracing-16: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b < x-tyrus-tracing-17: [0 ms] /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables < x-tyrus-tracing-18: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-19: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b < x-tyrus-tracing-20: [0 ms] Upgrade request contains unsupported version of Websocket protocol Jul 02, 2021 1:02:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:02:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: CqQt0MqerTZIdO6+IuCahw== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session bcea38e7-f676-45f1-b5ce-adcaee641282 [0 ms]: Redirect enabled: false Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Segment "a" does not match Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session bcea38e7-f676-45f1-b5ce-adcaee641282 [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: CqQt0MqerTZIdO6+IuCahw== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bcea38e7-f676-45f1-b5ce-adcaee641282 [5 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: TqcoHsFAsIsGiM3fHqPQ3KgiNlI= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-01: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-02: [0 ms] Segment "a" does not match < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-05: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-06: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-07: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-08: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-09: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session bcea38e7-f676-45f1-b5ce-adcaee641282 [7 ms]: Incoming buffer size: 4194315 Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jul 02, 2021 1:02:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [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}] Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Using negotiated subprotocol: null Jul 02, 2021 1:02:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 87d8497c-a1a8-478b-85f9-283aa380b196 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: TqcoHsFAsIsGiM3fHqPQ3KgiNlI= > Upgrade: websocket Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:02:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: khLklufZT+QuLarUImrXHw== < sec-websocket-version: 13 < upgrade: websocket Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 2584d5d8-efb0-415b-928c-f7d18fb35588 [0 ms]: Redirect enabled: false Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 2584d5d8-efb0-415b-928c-f7d18fb35588 [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: khLklufZT+QuLarUImrXHw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2584d5d8-efb0-415b-928c-f7d18fb35588 [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: lYr+yfw/VC+BFLrp33uP5WGIk60= < upgrade: websocket Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Segment "a" does not match Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 2584d5d8-efb0-415b-928c-f7d18fb35588 [6 ms]: Incoming buffer size: 4194315 Jul 02, 2021 1:02:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 89c15872-953d-4f32-854d-972d4bced15f [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}] Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Using negotiated subprotocol: null Jul 02, 2021 1:02:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 89c15872-953d-4f32-854d-972d4bced15f [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: lYr+yfw/VC+BFLrp33uP5WGIk60= > Upgrade: websocket Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jul 02, 2021 1:02:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: SrF7uj9hgnvsiSfPZdIZ9A== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Segment "a" does not match Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session e317ab06-d367-4f12-8eca-2a8cd4858eb6 [0 ms]: Redirect enabled: false Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e317ab06-d367-4f12-8eca-2a8cd4858eb6 [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: SrF7uj9hgnvsiSfPZdIZ9A== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e317ab06-d367-4f12-8eca-2a8cd4858eb6 [6 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: MnHSlhHyduNFYixNpcXjjt/5sgY= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-01: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-05: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-07: [0 ms] Segment "a" does not match < x-tyrus-tracing-08: [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 Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session e317ab06-d367-4f12-8eca-2a8cd4858eb6 [8 ms]: Incoming buffer size: 4194315 Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [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}] Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Using negotiated subprotocol: null Jul 02, 2021 1:02:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session bd03253c-6f1f-4c57-87fd-93c2dfd93643 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: MnHSlhHyduNFYixNpcXjjt/5sgY= > Upgrade: websocket Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.756 sec - in org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest Results : Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:2.4:war (default-war) @ tyrus-tests-servlet-debug --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-debug] in [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/src/main/webapp] [INFO] Webapp assembled in [2 msecs] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-debug --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-debug --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.0-SNAPSHOT/tyrus-tests-servlet-debug-2.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/tests/servlet/debug/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.0-SNAPSHOT/tyrus-tests-servlet-debug-2.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-bundles >-------------- [INFO] Building Tyrus Bundles 2.0-SNAPSHOT [60/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-bundles --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-bundles --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-bundles --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-bundles --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.0-SNAPSHOT/tyrus-bundles-2.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-samples >-------------- [INFO] Building Tyrus Samples Bundle 2.0-SNAPSHOT [61/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-samples --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-samples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (unpack-examples) @ tyrus-samples --- [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/chat/target/tyrus-sample-chat-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo/target/tyrus-sample-echo-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/simplelife/target/tyrus-sample-simplelife-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/cdi/target/tyrus-sample-cdi-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/echo-https/target/tyrus-sample-echo-https-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/draw/target/tyrus-sample-draw-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/samples/auction/target/tyrus-sample-auction-2.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ tyrus-samples --- [INFO] Reading assembly descriptor: src/main/assembly/examples-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/tyrus-samples-all.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-samples --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-samples --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.0-SNAPSHOT/tyrus-samples-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/samples/target/tyrus-samples-all.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.0-SNAPSHOT/tyrus-samples-2.0-SNAPSHOT-all.zip [INFO] [INFO] --------< org.glassfish.tyrus.bundles:tyrus-standalone-client >--------- [INFO] Building Tyrus Standalone Client 2.0-SNAPSHOT [62/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-standalone-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-standalone-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-standalone-client --- [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ tyrus-standalone-client --- [INFO] Configured Artifact: javax.websocket:javax.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-framework:sources:2.3.22:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http-server:sources:2.3.22:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http:sources:2.3.22:jar [INFO] Unpacking /home/jenkins/.m2/repository/javax/websocket/javax.websocket-api/1.1/javax.websocket-api-1.1-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/tyrus-core-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/tyrus-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/tyrus-spi-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.3.22/grizzly-framework-2.3.22-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.3.22/grizzly-http-server-2.3.22-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.3.22/grizzly-http-2.3.22-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-standalone-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-standalone-client --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/tyrus-standalone-client-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ tyrus-standalone-client --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including javax.websocket:javax.websocket-api:jar:1.1 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2 in the shaded jar. [INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:2.3.22 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:2.3.22 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:2.3.22 in the shaded jar. [INFO] Including javax.websocket:javax.websocket-client-api:jar:1.1 in the shaded jar. [WARNING] javax.websocket-api-1.1.jar, javax.websocket-client-api-1.1.jar define 45 overlappping classes: [WARNING] - javax.websocket.Decoder$Text [WARNING] - javax.websocket.DeploymentException [WARNING] - javax.websocket.SendHandler [WARNING] - javax.websocket.ClientEndpointConfig [WARNING] - javax.websocket.SendResult [WARNING] - javax.websocket.Extension [WARNING] - javax.websocket.ClientEndpointConfig$Builder [WARNING] - javax.websocket.OnError [WARNING] - javax.websocket.PongMessage [WARNING] - javax.websocket.Decoder [WARNING] - 35 more... [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/tyrus-standalone-client-2.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/tyrus-standalone-client-2.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/client-bundle-sources added. [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (default) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/tyrus-standalone-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-standalone-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/tyrus-standalone-client-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0-SNAPSHOT/tyrus-standalone-client-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0-SNAPSHOT/tyrus-standalone-client-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client/target/tyrus-standalone-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0-SNAPSHOT/tyrus-standalone-client-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk >------- [INFO] Building Tyrus Standalone Client - JDK 2.0-SNAPSHOT [63/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-standalone-client-jdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ tyrus-standalone-client-jdk --- [INFO] Configured Artifact: javax.websocket:javax.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-jdk-client:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.0-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/javax/websocket/javax.websocket-api/1.1/javax.websocket-api-1.1-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/tyrus-core-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/tyrus-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/jdk-client/target/tyrus-container-jdk-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/tyrus-spi-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-standalone-client-jdk --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-standalone-client-jdk --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ tyrus-standalone-client-jdk --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including javax.websocket:javax.websocket-api:jar:1.1 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2 in the shaded jar. [INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-jdk-client:jar:2.0-SNAPSHOT in the shaded jar. [INFO] Including javax.websocket:javax.websocket-client-api:jar:1.1 in the shaded jar. [WARNING] javax.websocket-api-1.1.jar, javax.websocket-client-api-1.1.jar define 45 overlappping classes: [WARNING] - javax.websocket.Decoder$Text [WARNING] - javax.websocket.DeploymentException [WARNING] - javax.websocket.SendHandler [WARNING] - javax.websocket.ClientEndpointConfig [WARNING] - javax.websocket.SendResult [WARNING] - javax.websocket.Extension [WARNING] - javax.websocket.ClientEndpointConfig$Builder [WARNING] - javax.websocket.OnError [WARNING] - javax.websocket.PongMessage [WARNING] - javax.websocket.Decoder [WARNING] - 35 more... [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-standalone-client-jdk --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/client-bundle-sources added. [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (default) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-standalone-client-jdk --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-standalone-client-jdk --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.0-SNAPSHOT/tyrus-standalone-client-jdk-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.0-SNAPSHOT/tyrus-standalone-client-jdk-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.0-SNAPSHOT/tyrus-standalone-client-jdk-2.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-archive >---------- [INFO] Building Tyrus Websocket RI Archive 2.0-SNAPSHOT [64/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ websocket-ri-archive --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ websocket-ri-archive --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ websocket-ri-archive --- [INFO] Copying tyrus-container-grizzly-client-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-container-grizzly-client-2.0-SNAPSHOT.jar [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/javax.inject-1.jar [INFO] Copying tyrus-container-glassfish-ejb-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-ejb-2.0-SNAPSHOT.jar [INFO] Copying javax.websocket-api-1.1.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/javax.websocket-api-1.1.jar [INFO] Copying tyrus-client-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-client-2.0-SNAPSHOT.jar [INFO] Copying javax.interceptor-api-1.2.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/javax.interceptor-api-1.2.jar [INFO] Copying jakarta.activation-api-1.2.1.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/jakarta.activation-api-1.2.1.jar [INFO] Copying tyrus-server-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-server-2.0-SNAPSHOT.jar [INFO] Copying javax.transaction-api-1.2.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/javax.transaction-api-1.2.jar [INFO] Copying grizzly-framework-2.3.22.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/grizzly-framework-2.3.22.jar [INFO] Copying grizzly-http-server-2.3.22.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/grizzly-http-server-2.3.22.jar [INFO] Copying cdi-api-1.2.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/cdi-api-1.2.jar [INFO] Copying tyrus-spi-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-spi-2.0-SNAPSHOT.jar [INFO] Copying javax.el-api-3.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/javax.el-api-3.0.0.jar [INFO] Copying tyrus-core-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-core-2.0-SNAPSHOT.jar [INFO] Copying grizzly-http-2.3.22.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/grizzly-http-2.3.22.jar [INFO] Copying tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar [INFO] Copying tyrus-container-servlet-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/tyrus-container-servlet-2.0-SNAPSHOT.jar [INFO] Copying javax.ejb-api-3.2.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/javax.ejb-api-3.2.jar [INFO] Copying jakarta.xml.bind-api-2.3.2.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/dependency/jakarta.xml.bind-api-2.3.2.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (copy) @ websocket-ri-archive --- [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.0-SNAPSHOT:jar [INFO] Copying tyrus-client-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-client-2.0-SNAPSHOT.jar [INFO] Copying tyrus-server-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-server-2.0-SNAPSHOT.jar [INFO] Copying tyrus-core-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-core-2.0-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-container-glassfish-cdi-2.0-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-container-grizzly-client-2.0-SNAPSHOT.jar [INFO] Copying tyrus-container-servlet-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-container-servlet-2.0-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/assembly/tyrus-spi-2.0-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ websocket-ri-archive --- [INFO] Reading assembly descriptor: src/main/assembly/archive.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0-SNAPSHOT.zip [INFO] Building tar : /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0-SNAPSHOT.tar.gz [INFO] Building tar : /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0-SNAPSHOT.tar.bz2 [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ websocket-ri-archive --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ websocket-ri-archive --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0-SNAPSHOT/websocket-ri-archive-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0-SNAPSHOT/websocket-ri-archive-2.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0-SNAPSHOT.tar.gz to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0-SNAPSHOT/websocket-ri-archive-2.0-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0-SNAPSHOT.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0-SNAPSHOT/websocket-ri-archive-2.0-SNAPSHOT.tar.bz2 [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-bundle >----------- [INFO] Building Tyrus Websocket RI Bundle 2.0-SNAPSHOT [65/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ websocket-ri-bundle --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ websocket-ri-bundle --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ websocket-ri-bundle --- [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ websocket-ri-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ websocket-ri-bundle --- [INFO] Configured Artifact: javax.websocket:javax.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-server:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:sources:2.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.0-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/javax/websocket/javax.websocket-api/1.1/javax.websocket-api-1.1-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/core/target/tyrus-core-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/client/target/tyrus-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/server/target/tyrus-server-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/containers/servlet/target/tyrus-container-servlet-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/continuous-integration_ci_builds/spi/target/tyrus-spi-2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/resources [INFO] Copying 1 resource [INFO] Copying 7 resources [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] --- maven-compiler-plugin:3.1:compile (default-compile) @ websocket-ri-bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 202 source files to /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/classes [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/uri/internal/MultivaluedMap.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/uri/internal/MultivaluedMap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ websocket-ri-bundle --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ websocket-ri-bundle --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ websocket-ri-bundle --- [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-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:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:javax.websocket-api] Class path [Jar:., Jar:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:javax.websocket-api] Class path [Jar:., Jar:javax.servlet-api, Jar:cdi-api, Jar:javax.el-api, Jar:javax.interceptor-api, Jar:javax.inject, Jar:javax.ejb-api, Jar:javax.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:javax.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:org.osgi.core] [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ websocket-ri-bundle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ websocket-ri-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ websocket-ri-bundle --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0-SNAPSHOT/websocket-ri-bundle-2.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0-SNAPSHOT/websocket-ri-bundle-2.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_ci_builds/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0-SNAPSHOT/websocket-ri-bundle-2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ websocket-ri-bundle --- [INFO] Installing org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0-SNAPSHOT/websocket-ri-bundle-2.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tyrus 2.0-SNAPSHOT: [INFO] [INFO] tyrus .............................................. SUCCESS [ 8.286 s] [INFO] tyrus-archetypes ................................... SUCCESS [ 0.107 s] [INFO] Tyrus Echo Archetype ............................... SUCCESS [ 3.905 s] [INFO] Tyrus BOM .......................................... SUCCESS [ 0.023 s] [INFO] Tyrus Container SPI ................................ SUCCESS [ 4.907 s] [INFO] Tyrus Core ......................................... SUCCESS [ 7.769 s] [INFO] Tyrus Client ....................................... SUCCESS [ 1.318 s] [INFO] Tyrus Container Modules ............................ SUCCESS [ 0.060 s] [INFO] Tyrus Containers For Glassfish ..................... SUCCESS [ 0.055 s] [INFO] Tyrus CDI Component Provider ....................... SUCCESS [ 0.285 s] [INFO] Tyrus EJB Component Provider ....................... SUCCESS [ 0.224 s] [INFO] Tyrus Grizzly Client Container ..................... SUCCESS [ 0.556 s] [INFO] Tyrus Server ....................................... SUCCESS [ 0.707 s] [INFO] Tyrus Grizzly Server Container ..................... SUCCESS [ 0.319 s] [INFO] Tyrus InMemory Container ........................... SUCCESS [ 0.858 s] [INFO] Tyrus Servlet Bundle ............................... SUCCESS [ 1.249 s] [INFO] Tyrus Tests ........................................ SUCCESS [ 0.074 s] [INFO] Tyrus Test Tools ................................... SUCCESS [ 0.293 s] [INFO] Tyrus JDK Client Container ......................... SUCCESS [ 13.059 s] [INFO] Tyrus Documentation ................................ SUCCESS [ 10.179 s] [INFO] Tyrus Extension Modules ............................ SUCCESS [ 0.056 s] [INFO] Tyrus CLI Client ................................... SUCCESS [ 1.489 s] [INFO] Tyrus Monitoring JMX ............................... SUCCESS [ 2.617 s] [INFO] Tyrus Extension - Per Message Deflate .............. SUCCESS [ 1.159 s] [INFO] Tyrus Java8 Client Extension ....................... SUCCESS [ 1.251 s] [INFO] Tyrus Samples ...................................... SUCCESS [ 0.043 s] [INFO] Tyrus Auction Sample ............................... SUCCESS [ 1.068 s] [INFO] Tyrus CDI Sample ................................... SUCCESS [ 0.827 s] [INFO] Tyrus Chat Sample .................................. SUCCESS [ 0.332 s] [INFO] Tyrus Draw Sample .................................. SUCCESS [ 0.152 s] [INFO] Tyrus Echo Sample .................................. SUCCESS [ 0.873 s] [INFO] Tyrus Basic Auth Sample ............................ SUCCESS [ 0.553 s] [INFO] Tyrus Secure Echo Sample ........................... SUCCESS [ 0.254 s] [INFO] Tyrus Programmatic Echo Sample ..................... SUCCESS [ 0.952 s] [INFO] Tyrus Simple Life Sample ........................... SUCCESS [ 0.158 s] [INFO] Tyrus Shared Collection Sample ..................... SUCCESS [ 0.616 s] [INFO] Tyrus End-to-End Tests ............................. SUCCESS [ 0.026 s] [INFO] Tyrus End-to-End Application Config Tests .......... SUCCESS [ 2.944 s] [INFO] Tyrus End-to-End Non-deployable Tests .............. SUCCESS [ 9.683 s] [INFO] Tyrus End-to-End Standard Config Tests ............. SUCCESS [01:02 min] [INFO] Tyrus End-to-End Java 8 Tests ...................... SUCCESS [ 1.043 s] [INFO] Tyrus End-to-End Tests running on Jetty ............ SUCCESS [ 0.029 s] [INFO] Tyrus End-to-End Basic Auth Tests .................. SUCCESS [ 2.983 s] [INFO] Tyrus End-to-End Digest Auth Tests ................. SUCCESS [ 1.850 s] [INFO] Tyrus Server Integration Tests ..................... SUCCESS [ 0.081 s] [INFO] Tyrus Servlet Async Tests .......................... SUCCESS [ 1.465 s] [INFO] Tyrus Autobahn Echo Server ......................... SUCCESS [ 0.176 s] [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 30.850 s] [INFO] Tyrus Servlet Dynamic Deploy Test .................. SUCCESS [ 0.469 s] [INFO] Tyrus Servlet No App Config ........................ SUCCESS [ 1.107 s] [INFO] Tyrus Servlet One App Config ....................... SUCCESS [ 0.861 s] [INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SUCCESS [ 0.510 s] [INFO] Tyrus Servlet Session Closing ...................... SUCCESS [ 16.976 s] [INFO] Tyrus Servlet Two App Config ....................... SUCCESS [ 1.065 s] [INFO] Tyrus Servlet Monitoring Test ...................... SUCCESS [ 0.939 s] [INFO] Tyrus Servlet Inject Test .......................... SUCCESS [ 0.372 s] [INFO] Tyrus Servlet Max Sessions Per App Tests ........... SUCCESS [ 2.772 s] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SUCCESS [ 3.008 s] [INFO] Tyrus Debug Debug Samples .......................... SUCCESS [ 11.124 s] [INFO] Tyrus Bundles ...................................... SUCCESS [ 0.025 s] [INFO] Tyrus Samples Bundle ............................... SUCCESS [ 0.831 s] [INFO] Tyrus Standalone Client ............................ SUCCESS [ 1.427 s] [INFO] Tyrus Standalone Client - JDK ...................... SUCCESS [ 0.440 s] [INFO] Tyrus Websocket RI Archive ......................... SUCCESS [ 2.296 s] [INFO] Tyrus Websocket RI Bundle .......................... SUCCESS [ 2.457 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:51 min [INFO] Finished at: 2021-07-02T13:02:22Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] End of Pipeline Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected GitHub has been notified of this commit’s build result Finished: SUCCESS