Push event to branch 2.1.1-BRANCH Connecting to https://api.github.com using GitHub bot (username/token) Obtained etc/jenkins/Jenkinsfile_ci_build from 997c47181a21d6df7ea2de9fa3bae2cd581e3c02 [Pipeline] Start of Pipeline [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Jersey build) [Pipeline] parallel [Pipeline] { (Branch: JDK 11 ) [Pipeline] { (Branch: JDK 13 ) [Pipeline] stage [Pipeline] { (JDK 11 ) [Pipeline] stage [Pipeline] { (JDK 13 ) [Pipeline] node [Pipeline] node Agent centos-7-7q23f 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-7q23f" namespace: "tyrus" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.tyrus.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-7q23f" - 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-7q23f" - 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.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-tyrus" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-7q23f in /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-ee4j/tyrus.git > git init /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/tyrus.git > git --version # timeout=10 > git --version # 'git version 2.36.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/tyrus.git +refs/heads/2.1.1-BRANCH:refs/remotes/origin/2.1.1-BRANCH # timeout=10 Avoid second fetch Checking out Revision 997c47181a21d6df7ea2de9fa3bae2cd581e3c02 (2.1.1-BRANCH) > git config remote.origin.url https://github.com/eclipse-ee4j/tyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/2.1.1-BRANCH:refs/remotes/origin/2.1.1-BRANCH # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 997c47181a21d6df7ea2de9fa3bae2cd581e3c02 # timeout=10 Commit message: "Prepare next development cycle for 2.1.99-SNAPSHOT" First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] tool Still waiting to schedule task Waiting for next available executor on ‘centos-7’ [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn -U -C -Dtyrus.test.container.client=org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer -Pbundles -Pstaging clean install -Dmaven.javadoc.skip=true [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] tyrus [pom] [INFO] tyrus-archetypes [pom] [INFO] Tyrus Echo Archetype [jar] [INFO] Tyrus BOM [pom] [INFO] Tyrus Container SPI [bundle] [INFO] Tyrus Core [bundle] [INFO] Tyrus Client [bundle] [INFO] Tyrus Container Modules [pom] [INFO] Tyrus Containers For Glassfish [pom] [INFO] Tyrus CDI Component Provider [bundle] [INFO] Tyrus EJB Component Provider [bundle] [INFO] Tyrus Grizzly Client Container [bundle] [INFO] Tyrus Server [bundle] [INFO] Tyrus Grizzly Server Container [bundle] [INFO] Tyrus InMemory Container [bundle] [INFO] Tyrus Servlet Bundle [bundle] [INFO] Tyrus Tests [pom] [INFO] Tyrus Test Tools [bundle] [INFO] Tyrus JDK Client Container [bundle] [INFO] Tyrus Documentation [pom] [INFO] Tyrus Extension Modules [pom] [INFO] Tyrus CLI Client [bundle] [INFO] Tyrus Monitoring JMX [jar] [INFO] Tyrus Extension - Per Message Deflate [bundle] [INFO] Tyrus Java8 Client Extension [bundle] [INFO] Tyrus Samples [pom] [INFO] Tyrus Auction Sample [war] [INFO] Tyrus CDI Sample [war] [INFO] Tyrus Chat Sample [war] [INFO] Tyrus Draw Sample [war] [INFO] Tyrus Echo Sample [war] [INFO] Tyrus Basic Auth Sample [war] [INFO] Tyrus Secure Echo Sample [war] [INFO] Tyrus Programmatic Echo Sample [war] [INFO] Tyrus Simple Life Sample [war] [INFO] Tyrus Shared Collection Sample [war] [INFO] Tyrus Container Tests [pom] [INFO] Tyrus JDK Containers Tests [war] [INFO] Tyrus Servlet Containers Tests [war] [INFO] Tyrus End-to-End Tests [pom] [INFO] Tyrus End-to-End Application Config Tests [war] [INFO] Tyrus End-to-End Non-deployable Tests [war] [INFO] Tyrus End-to-End Standard Config Tests [war] [INFO] Tyrus End-to-End Java 8 Tests [war] [INFO] Tyrus End-to-End Tests running on Jetty [pom] [INFO] Tyrus End-to-End Basic Auth Tests [jar] [INFO] Tyrus End-to-End Digest Auth Tests [jar] [INFO] Tyrus Server Integration Tests [pom] [INFO] Tyrus Servlet Async Tests [war] [INFO] Tyrus Autobahn Echo Server [war] [INFO] Tyrus Servlet Basic Tests [war] [INFO] Tyrus Servlet Tests on Glassfish [war] [INFO] Tyrus Servlet Dynamic Deploy Test [war] [INFO] Tyrus Servlet No App Config [war] [INFO] Tyrus Servlet One App Config [war] [INFO] Tyrus Servlet RemoteEndpoint Timeout [war] [INFO] Tyrus Servlet Session Closing [war] [INFO] Tyrus Servlet Two App Config [war] [INFO] Tyrus Servlet Monitoring Test [war] [INFO] Tyrus Servlet Inject Test [war] [INFO] Tyrus Servlet Max Sessions Per App Tests [war] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests [war] [INFO] Tyrus Debug Debug Samples [war] [INFO] Tyrus Bundles [pom] [INFO] Tyrus Samples Bundle [pom] [INFO] Tyrus Standalone Client [jar] [INFO] Tyrus Standalone Client - JDK [jar] [INFO] Tyrus Websocket RI Archive [pom] [INFO] Tyrus Websocket RI Bundle [bundle] [INFO] [INFO] -----------------< org.glassfish.tyrus:tyrus-project >------------------ [INFO] Building tyrus 2.1.99-SNAPSHOT [1/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.1.99-SNAPSHOT/tyrus-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >------- [INFO] Building tyrus-archetypes 2.1.99-SNAPSHOT [2/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-archetypes-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-archetypes-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-archetypes-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-archetypes-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-archetypes-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.1.99-SNAPSHOT/tyrus-archetypes-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.archetypes:tyrus-archetype-echo >--------- [INFO] Building Tyrus Echo Archetype 2.1.99-SNAPSHOT [3/69] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-archetype-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-archetype-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-archetype-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-archetype-echo --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-archetype-echo --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/echo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-archetype-echo --- [INFO] Nothing to compile - all classes are up to date [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/tinuous-integration_2.1.1-BRANCH/archetypes/echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-archetype-echo --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.1.99-SNAPSHOT/tyrus-archetype-echo-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.1.99-SNAPSHOT/tyrus-archetype-echo-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.1.99-SNAPSHOT/tyrus-archetype-echo-2.1.99-SNAPSHOT-sources.jar [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.1.99-SNAPSHOT [4/69] [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/tinuous-integration_2.1.1-BRANCH/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.1.99-SNAPSHOT/tyrus-bom-2.1.99-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-spi >-------------------- [INFO] Building Tyrus Container SPI 2.1.99-SNAPSHOT [5/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-spi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-spi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-spi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-spi --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-spi --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-spi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-spi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-spi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-spi --- [WARNING] Bundle org.glassfish.tyrus:tyrus-spi:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/tyrus-spi-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-spi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.99-SNAPSHOT/tyrus-spi-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/tyrus-spi-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.99-SNAPSHOT/tyrus-spi-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/tyrus-spi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.99-SNAPSHOT/tyrus-spi-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-spi --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/tyrus/tyrus-spi/2.1.99-SNAPSHOT/tyrus-spi-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-core >------------------- [INFO] Building Tyrus Core 2.1.99-SNAPSHOT [6/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0: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/tinuous-integration_2.1.1-BRANCH/core/src/main/resources/org/glassfish/tyrus/core/l10n/localization.properties org/glassfish/tyrus/core/l10n/LocalizationMessages.java [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-jaxb-plugin:1.1.1:generate (default) @ tyrus-core --- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/generated-sources/xjc/org/glassfish/tyrus/core/wsadl/model is not found and thus excluded from the dependency check [INFO] Compiling file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/etc/wsadl.xsd [INFO] Writing output to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/generated-sources/xjc [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-core --- [WARNING] *********************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [org.osgi.core-4.2.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] *********************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 118 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/collection/Values.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/collection/Values.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.core.TyrusExtensionTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.glassfish.tyrus.core.TyrusExtensionTest [INFO] Running org.glassfish.tyrus.core.TyrusSessionTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.glassfish.tyrus.core.TyrusSessionTest [INFO] Running org.glassfish.tyrus.core.UtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.glassfish.tyrus.core.UtilsTest [INFO] Running org.glassfish.tyrus.core.WriterInfoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.tyrus.core.WriterInfoTest [INFO] Running org.glassfish.tyrus.core.UtilsPropertiesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.tyrus.core.UtilsPropertiesTest [INFO] Running org.glassfish.tyrus.core.uri.BestMatchTest Match for /a calculated is: /a Match for /a/b calculated is: /a/b Match for /a/b/c calculated is: /a/b/c Match for /d calculated is: null Match for / calculated is: null Match for /a/b/c/d calculated is: null Match for /d/d/d calculated is: null Match for /a calculated is: /{var1} Match for /a/b calculated is: /{var1}/{var2} Match for /a/b/c calculated is: /{var1}/{var2}/{var3} Match for /a/b/c/d calculated is: null Match for /a calculated is: null Match for /a/b/c calculated is: null Match for /a/b calculated is: /a/{var} Match for /b/d calculated is: /b/{var2} Match for /a/b/c calculated is: /a/b/c Match for /a/d/c calculated is: /a/{var2}/c Match for /a/x/y calculated is: /a/{var2}/{var3} Match for /a calculated is: /a Match for /x calculated is: /{var1} Match for /a/b calculated is: /a/b Match for /x/y calculated is: null Match for /x/b calculated is: /{var1}/b Match for /a/y calculated is: /a/{var2} [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.glassfish.tyrus.core.uri.BestMatchTest [INFO] Running org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] Running org.glassfish.tyrus.core.HandshakeUnitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.tyrus.core.HandshakeUnitTest [INFO] Running org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] Running org.glassfish.tyrus.core.TyrusServerEndpointConfiguratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.tyrus.core.TyrusServerEndpointConfiguratorTest [INFO] Running org.glassfish.tyrus.core.CloseReasonsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.tyrus.core.CloseReasonsTest [INFO] Running org.glassfish.tyrus.core.TyrusFutureTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.glassfish.tyrus.core.TyrusFutureTest [INFO] Running org.glassfish.tyrus.core.TyrusRemoteEndpointTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.glassfish.tyrus.core.TyrusRemoteEndpointTest [INFO] Running org.glassfish.tyrus.core.FrameTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.tyrus.core.FrameTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-core --- [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api] Class path [Jar:., Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api] [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.1.99-SNAPSHOT : Unused Export-Package instructions: [org.glassfish.tyrus.core.extension.*, org.glassfish.tyrus.core.cluster.*, org.glassfish.tyrus.core.coder.*, org.glassfish.tyrus.core.frame.*, org.glassfish.tyrus.core.wsadl.model.*] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/tyrus-core-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.99-SNAPSHOT/tyrus-core-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/tyrus-core-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.99-SNAPSHOT/tyrus-core-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/tyrus-core-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.99-SNAPSHOT/tyrus-core-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-core --- [INFO] Installing org/glassfish/tyrus/tyrus-core/2.1.99-SNAPSHOT/tyrus-core-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-client >------------------ [INFO] Building Tyrus Client 2.1.99-SNAPSHOT [7/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.client.auth.CredentialsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.glassfish.tyrus.client.auth.CredentialsTest [INFO] Running org.glassfish.tyrus.client.auth.AuthConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.glassfish.tyrus.client.auth.AuthConfigTest [INFO] Running org.glassfish.tyrus.client.ClientManagerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.glassfish.tyrus.client.ClientManagerTest [INFO] Running org.glassfish.tyrus.client.TyrusClientEngineTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.glassfish.tyrus.client.TyrusClientEngineTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-client:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/tyrus-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.99-SNAPSHOT/tyrus-client-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/tyrus-client-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.99-SNAPSHOT/tyrus-client-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/tyrus-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.99-SNAPSHOT/tyrus-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-client --- [INFO] Installing org/glassfish/tyrus/tyrus-client/2.1.99-SNAPSHOT/tyrus-client-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-containers-project >------------ [INFO] Building Tyrus Container Modules 2.1.99-SNAPSHOT [8/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-containers-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-containers-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-containers-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-containers-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-containers-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.1.99-SNAPSHOT/tyrus-containers-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.tyrus:tyrus-containers-glassfish-project >------- [INFO] Building Tyrus Containers For Glassfish 2.1.99-SNAPSHOT [9/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-containers-glassfish-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-containers-glassfish-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-containers-glassfish-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.1.99-SNAPSHOT/tyrus-containers-glassfish-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-cdi >---------- [INFO] Building Tyrus CDI Component Provider 2.1.99-SNAPSHOT [10/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-glassfish-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-glassfish-cdi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-glassfish-cdi --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-glassfish-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-glassfish-cdi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-glassfish-cdi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-glassfish-cdi --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-glassfish-cdi:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-glassfish-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-ejb >---------- [INFO] Building Tyrus EJB Component Provider 2.1.99-SNAPSHOT [11/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-glassfish-ejb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-glassfish-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-glassfish-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-glassfish-ejb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-glassfish-ejb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-glassfish-ejb --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-glassfish-ejb --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-glassfish-ejb:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.ejb-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-glassfish-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-client >--------- [INFO] Building Tyrus Grizzly Client Container 2.1.99-SNAPSHOT [12/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-grizzly-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-grizzly-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-grizzly-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-grizzly-client --- [WARNING] *************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [grizzly-framework-4.0.0.jar, grizzly-http-4.0.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] *************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyWriter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:2.6:testResources (default-testResources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-grizzly-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-grizzly-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-grizzly-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-grizzly-client:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-grizzly-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.99-SNAPSHOT/tyrus-container-grizzly-client-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.99-SNAPSHOT/tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.99-SNAPSHOT/tyrus-container-grizzly-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.99-SNAPSHOT/tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-server >------------------ [INFO] Building Tyrus Server 2.1.99-SNAPSHOT [13/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0: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:3.0.0:add-source (default) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-server --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-server --- [WARNING] Bundle org.glassfish.tyrus:tyrus-server:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/tyrus-server-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.99-SNAPSHOT/tyrus-server-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/tyrus-server-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.99-SNAPSHOT/tyrus-server-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/tyrus-server-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.99-SNAPSHOT/tyrus-server-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-server --- [INFO] Installing org/glassfish/tyrus/tyrus-server/2.1.99-SNAPSHOT/tyrus-server-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-server >--------- [INFO] Building Tyrus Grizzly Server Container 2.1.99-SNAPSHOT [14/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-grizzly-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-grizzly-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-grizzly-server --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-grizzly-server --- [WARNING] ********************************************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [grizzly-framework-4.0.0.jar, grizzly-http-server-4.0.0.jar, grizzly-http-4.0.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ********************************************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-grizzly-server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-grizzly-server --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-grizzly-server --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-grizzly-server:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-grizzly-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.99-SNAPSHOT/tyrus-container-grizzly-server-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.99-SNAPSHOT/tyrus-container-grizzly-server-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.99-SNAPSHOT/tyrus-container-grizzly-server-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.99-SNAPSHOT/tyrus-container-grizzly-server-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-inmemory >------------ [INFO] Building Tyrus InMemory Container 2.1.99-SNAPSHOT [15/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-inmemory --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-inmemory --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-inmemory --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-inmemory --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-inmemory --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-inmemory --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.container.inmemory.EchoTest # client sent: in-memory echo! # server echoed: in-memory echo! # client received: in-memory echo! [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in org.glassfish.tyrus.container.inmemory.EchoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-inmemory --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-inmemory:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-container-grizzly-client, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.1.99-SNAPSHOT/tyrus-container-inmemory-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.1.99-SNAPSHOT/tyrus-container-inmemory-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.1.99-SNAPSHOT/tyrus-container-inmemory-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing org/glassfish/tyrus/tyrus-container-inmemory/2.1.99-SNAPSHOT/tyrus-container-inmemory-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-servlet >------------- [INFO] Building Tyrus Servlet Bundle 2.1.99-SNAPSHOT [16/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-servlet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-servlet --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-servlet:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ tyrus-container-servlet --- Agent centos-7-l4fw9 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-l4fw9" namespace: "tyrus" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.tyrus.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-l4fw9" - 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-l4fw9" - 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.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-tyrus" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-l4fw9 in /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-ee4j/tyrus.git > git init /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/tyrus.git > git --version # timeout=10 > git --version # 'git version 2.36.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/tyrus.git +refs/heads/2.1.1-BRANCH:refs/remotes/origin/2.1.1-BRANCH # timeout=10 Avoid second fetch Checking out Revision 997c47181a21d6df7ea2de9fa3bae2cd581e3c02 (2.1.1-BRANCH) > git config remote.origin.url https://github.com/eclipse-ee4j/tyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/2.1.1-BRANCH:refs/remotes/origin/2.1.1-BRANCH # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 997c47181a21d6df7ea2de9fa3bae2cd581e3c02 # timeout=10 [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.99-SNAPSHOT/tyrus-container-servlet-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.99-SNAPSHOT/tyrus-container-servlet-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.99-SNAPSHOT/tyrus-container-servlet-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-servlet --- [INFO] Installing org/glassfish/tyrus/tyrus-container-servlet/2.1.99-SNAPSHOT/tyrus-container-servlet-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-project >------------ [INFO] Building Tyrus Tests 2.1.99-SNAPSHOT [17/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.1.99-SNAPSHOT/tyrus-tests-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-test-tools >------------- [INFO] Building Tyrus Test Tools 2.1.99-SNAPSHOT [18/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-test-tools --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-test-tools --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-test-tools --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-test-tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-test-tools --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-test-tools --- [WARNING] ********************************************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [grizzly-framework-4.0.0.jar, grizzly-http-server-4.0.0.jar, grizzly-http-4.0.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ********************************************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-test-tools --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-test-tools --- [WARNING] Bundle org.glassfish.tyrus.tests:tyrus-test-tools:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-container-servlet, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-server, Jar:tyrus-container-grizzly-client, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:junit, Jar:hamcrest-core] Class path [Jar:., Jar:tyrus-container-servlet, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-server, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-grizzly-client, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:junit, Jar:hamcrest-core] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/target/tyrus-test-tools-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.1.99-SNAPSHOT/tyrus-test-tools-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/target/tyrus-test-tools-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.1.99-SNAPSHOT/tyrus-test-tools-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/target/tyrus-test-tools-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.1.99-SNAPSHOT/tyrus-test-tools-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-test-tools --- [INFO] Installing org/glassfish/tyrus/tests/tyrus-test-tools/2.1.99-SNAPSHOT/tyrus-test-tools-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus:tyrus-container-jdk-client >----------- [INFO] Building Tyrus JDK Client Container 2.1.99-SNAPSHOT [19/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-jdk-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-jdk-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-jdk-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-jdk-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/ClientFilter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/ClientFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/ThreadPoolSizeTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/ThreadPoolSizeTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-jdk-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest Commit message: "Prepare next development cycle for 2.1.99-SNAPSHOT" [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn -U -C -Dtyrus.test.container.client=org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer -Pbundles -Pstaging clean install -Dmaven.javadoc.skip=true Sep 29, 2022 1:19:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:19:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:19:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:19:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:19:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:19:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Scanning for projects... Sep 29, 2022 1:19:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:19:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:19:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:19:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:19:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:19:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.963 s - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest [INFO] Running org.glassfish.tyrus.container.jdk.client.EchoTest Sep 29, 2022 1:19:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:19:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:19:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:19:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. # server echoed: Do or do not, there is no try. ### Received: onOpen ### Received: Do or do not, there is no try. (from your server) Sep 29, 2022 1:19:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:19:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.glassfish.tyrus.container.jdk.client.EchoTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Sep 29, 2022 1:19:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:19:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:19:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:19:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:19:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:19:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest [INFO] Running org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Sep 29, 2022 1:19:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:19:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:19:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:19:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:19:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:19:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest [INFO] Running org.glassfish.tyrus.container.jdk.client.SslFilterTest === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758) at org.glassfish.tyrus.container.jdk.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:529) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.net.SocketException: Socket closed at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.CertificateVerify$T13CertificateVerifyProducer.onProduceCertificateVerify(CertificateVerify.java:1086) at java.base/sun.security.ssl.CertificateVerify$T13CertificateVerifyProducer.produce(CertificateVerify.java:1070) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) at java.base/sun.security.ssl.ClientHello$T13ClientHelloConsumer.goServerHello(ClientHello.java:1224) at java.base/sun.security.ssl.ClientHello$T13ClientHelloConsumer.consume(ClientHello.java:1160) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:849) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:810) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063) ... 8 more javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758) at org.glassfish.tyrus.container.jdk.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:529) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.net.SocketException: Broken pipe (Write failed) at java.base/java.net.SocketOutputStream.socketWrite0(Native Method) at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.NewSessionTicket$NewSessionTicketKickstartProducer.produce(NewSessionTicket.java:274) at java.base/sun.security.ssl.Finished$T13FinishedConsumer.onConsumeFinished(Finished.java:1073) at java.base/sun.security.ssl.Finished$T13FinishedConsumer.consume(Finished.java:851) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063) ... 8 more === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.234 s - in org.glassfish.tyrus.container.jdk.client.SslFilterTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758) at org.glassfish.tyrus.container.jdk.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:529) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.net.SocketException: Socket closed at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.CertificateVerify$T13CertificateVerifyProducer.onProduceCertificateVerify(CertificateVerify.java:1086) at java.base/sun.security.ssl.CertificateVerify$T13CertificateVerifyProducer.produce(CertificateVerify.java:1070) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) at java.base/sun.security.ssl.ClientHello$T13ClientHelloConsumer.goServerHello(ClientHello.java:1224) at java.base/sun.security.ssl.ClientHello$T13ClientHelloConsumer.consume(ClientHello.java:1160) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:849) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:810) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063) ... 8 more Sep 29, 2022 1:20:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:20:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.073 s - in org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest [INFO] Running org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.205 s - in org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-jdk-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-jdk-client:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.1.99-SNAPSHOT/tyrus-container-jdk-client-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.1.99-SNAPSHOT/tyrus-container-jdk-client-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.1.99-SNAPSHOT/tyrus-container-jdk-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-jdk-client/2.1.99-SNAPSHOT/tyrus-container-jdk-client-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.glassfish.tyrus:tyrus-documentation >--------------- [INFO] Building Tyrus Documentation 2.1.99-SNAPSHOT [20/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-documentation --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-documentation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-documentation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-documentation --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/docs/target/gen-src [copy] Copying 16 files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] tyrus [pom] [INFO] tyrus-archetypes [pom] [INFO] Tyrus Echo Archetype [jar] [INFO] Tyrus BOM [pom] [INFO] Tyrus Container SPI [bundle] [INFO] Tyrus Core [bundle] [INFO] Tyrus Client [bundle] [INFO] Tyrus Container Modules [pom] [INFO] Tyrus Containers For Glassfish [pom] [INFO] Tyrus CDI Component Provider [bundle] [INFO] Tyrus EJB Component Provider [bundle] [INFO] Tyrus Grizzly Client Container [bundle] [INFO] Tyrus Server [bundle] [INFO] Tyrus Grizzly Server Container [bundle] [INFO] Tyrus InMemory Container [bundle] [INFO] Tyrus Servlet Bundle [bundle] [INFO] Tyrus Tests [pom] [INFO] Tyrus Test Tools [bundle] [INFO] Tyrus JDK Client Container [bundle] [INFO] Tyrus Documentation [pom] [INFO] Tyrus Extension Modules [pom] [INFO] Tyrus CLI Client [bundle] [INFO] Tyrus Monitoring JMX [jar] [INFO] Tyrus Extension - Per Message Deflate [bundle] [INFO] Tyrus Java8 Client Extension [bundle] [INFO] Tyrus Samples [pom] [INFO] Tyrus Auction Sample [war] [INFO] Tyrus CDI Sample [war] [INFO] Tyrus Chat Sample [war] [INFO] Tyrus Draw Sample [war] [INFO] Tyrus Echo Sample [war] [INFO] Tyrus Basic Auth Sample [war] [INFO] Tyrus Secure Echo Sample [war] [INFO] Tyrus Programmatic Echo Sample [war] [INFO] Tyrus Simple Life Sample [war] [INFO] Tyrus Shared Collection Sample [war] [INFO] Tyrus Container Tests [pom] [INFO] Tyrus JDK Containers Tests [war] [INFO] Tyrus Servlet Containers Tests [war] [INFO] Tyrus End-to-End Tests [pom] [INFO] Tyrus End-to-End Application Config Tests [war] [INFO] Tyrus End-to-End Non-deployable Tests [war] [INFO] Tyrus End-to-End Standard Config Tests [war] [INFO] Tyrus End-to-End Java 8 Tests [war] [INFO] Tyrus End-to-End Tests running on Jetty [pom] [INFO] Tyrus End-to-End Basic Auth Tests [jar] [INFO] Tyrus End-to-End Digest Auth Tests [jar] [INFO] Tyrus Server Integration Tests [pom] [INFO] Tyrus Servlet Async Tests [war] [INFO] Tyrus Autobahn Echo Server [war] [INFO] Tyrus Servlet Basic Tests [war] [INFO] Tyrus Servlet Tests on Glassfish [war] [INFO] Tyrus Servlet Dynamic Deploy Test [war] [INFO] Tyrus Servlet No App Config [war] [INFO] Tyrus Servlet One App Config [war] [INFO] Tyrus Servlet RemoteEndpoint Timeout [war] [INFO] Tyrus Servlet Session Closing [war] [INFO] Tyrus Servlet Two App Config [war] [INFO] Tyrus Servlet Monitoring Test [war] [INFO] Tyrus Servlet Inject Test [war] [INFO] Tyrus Servlet Max Sessions Per App Tests [war] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests [war] [INFO] Tyrus Debug Debug Samples [war] [INFO] Tyrus Bundles [pom] [INFO] Tyrus Samples Bundle [pom] [INFO] Tyrus Standalone Client [jar] [INFO] Tyrus Standalone Client - JDK [jar] [INFO] Tyrus Websocket RI Archive [pom] [INFO] Tyrus Websocket RI Bundle [bundle] [INFO] [INFO] -----------------< org.glassfish.tyrus:tyrus-project >------------------ [INFO] Building tyrus 2.1.99-SNAPSHOT [1/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-project --- [INFO] Processing input file: user-guide.xml [INFO] Applying customization parameters after docbkx parameters [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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] Applying customization parameters after docbkx parameters [INFO] targetFileExtension pdf [INFO] type fo Sep 29, 2022 1:20:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Sep 29, 2022 1:20:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". Sep 29, 2022 1:20:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. Sep 29, 2022 1:20:17 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern for lang="en". Sep 29, 2022 1:20:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #2. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #3. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 73:944) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 73:944) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 73:944) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 73:944) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 73:944) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 73:944) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 73:944) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 159:365) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 159:365) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 179:377) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 179:377) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 198:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 198:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 198:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 231:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 231:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 231:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 231:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #4. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #5. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #6. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #7. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #8. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #9. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #10. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 341:2622) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 341:2622) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 341:2622) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 345:962) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 345:962) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 345:962) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 349:948) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 349:948) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 349:948) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 8 of a paragraph overflows the available area by 7140 millipoints. (See position 353:962) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 353:962) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 353:962) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 353:962) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 5140 millipoints. (See position 353:962) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 357:923) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 357:923) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 357:923) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 15 of a paragraph overflows the available area by 700 millipoints. (See position 361:924) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 14 of a paragraph overflows the available area by 9580 millipoints. (See position 361:924) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 12 of a paragraph overflows the available area by 150 millipoints. (See position 361:924) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 11 of a paragraph overflows the available area by 9030 millipoints. (See position 361:924) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7350 millipoints. (See position 361:924) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 361:924) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 367:552) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 367:552) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 367:552) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 371:3089) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 371:3089) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 371:3089) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 375:913) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 375:913) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 375:913) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 379:913) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 379:913) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 379:913) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 383:916) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 383:916) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 383:916) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #11. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #12. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #13. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #14. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 410:1080) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 410:1080) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 410:1080) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 410:1080) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 29640 millipoints. (See position 469:685) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #15. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #16. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #17. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 535:1000) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 571:939) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 659:365) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 683:926) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 737:957) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 753:955) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 792:927) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 792:927) Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #18. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #19. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #20. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #21. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #22. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #23. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #24. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #25. Sep 29, 2022 1:20:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 848:651) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 867:950) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 913:943) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 913:943) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 913:943) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 45106 millipoints. (See position 916:659) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 926:951) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 926:951) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 926:951) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #26. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #27. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 993:956) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1021:980) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1033:980) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1033:980) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #28. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #29. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #30. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1070:943) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1070:943) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #31. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #32. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #33. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1107:866) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 1107:866) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1107:866) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1133:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1147:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1147:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1152:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1152:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1152:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1168:670) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1174:426) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1188:482) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1188:482) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1188:482) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1196:654) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1218:570) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1220:609) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1224:487) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1224:487) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1236:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1294:471) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1294:471) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1329:1438) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1329:1438) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1391:584) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1404:554) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1481:378) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1491:378) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1505:378) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1535:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1535:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1535:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1574:390) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1574:390) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1579:390) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1579:390) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1579:390) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1608:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1655:378) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1655:378) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1725:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1729:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1777:578) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1807:389) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1807:389) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1807:389) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1841:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1874:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1887:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 6000 millipoints. (See position 1899:787) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1917:513) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1946:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1954:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1954:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1954:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1970:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1970:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1970:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1970:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1986:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1986:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1986:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1986:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 2011:393) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 2016:393) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 2042:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 2042:382) Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #34. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #35. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #36. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #37. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #38. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #39. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #40. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #41. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #42. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #43. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #44. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #45. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #46. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #47. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #48. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #49. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #50. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #51. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #52. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #53. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #54. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #55. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #56. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #57. Sep 29, 2022 1:20:19 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #58. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/docs/target/docbook/user-guide.pdf has been generated. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/docs/target/docbook for generated file(s) [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ tyrus-documentation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.1.99-SNAPSHOT/tyrus-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >------- [INFO] Building tyrus-archetypes 2.1.99-SNAPSHOT [2/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-archetypes-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-archetypes-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-archetypes-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-archetypes-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-archetypes-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.1.99-SNAPSHOT/tyrus-archetypes-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.archetypes:tyrus-archetype-echo >--------- [INFO] Building Tyrus Echo Archetype 2.1.99-SNAPSHOT [3/69] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/docs/target/tyrus-documentation-2.1.99-SNAPSHOT-docbook.zip [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ tyrus-documentation --- [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.1.99-SNAPSHOT/tyrus-documentation-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/docs/target/tyrus-documentation-2.1.99-SNAPSHOT-docbook.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.1.99-SNAPSHOT/tyrus-documentation-2.1.99-SNAPSHOT-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/docs/target/docbook/user-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.1.99-SNAPSHOT/tyrus-documentation-2.1.99-SNAPSHOT-user-guide.pdf [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extensions-project >---------- [INFO] Building Tyrus Extension Modules 2.1.99-SNAPSHOT [21/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-extensions-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-extensions-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-extensions-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-extensions-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-extensions-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.1.99-SNAPSHOT/tyrus-extensions-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.tyrus.ext:tyrus-client-cli >-------------- [INFO] Building Tyrus CLI Client 2.1.99-SNAPSHOT [22/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-archetype-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-archetype-echo --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-client-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-client-cli --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-client-cli --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-client-cli --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-client-cli --- [WARNING] **************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [jline-2.14.5.jar]. Please don't publish this project to a public artifact repository! * [WARNING] **************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:2.6:testResources (default-testResources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-client-cli --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-client-cli --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-client-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-archetype-echo --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-client-cli:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:jline] [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ tyrus-client-cli --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-archetype-echo --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-archetype-echo --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/echo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-archetype-echo --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.1.0 in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.1.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:4.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:4.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:4.0.0 in the shaded jar. [INFO] Including jline:jline:jar:2.14.5 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] grizzly-framework-4.0.0.jar, grizzly-http-4.0.0.jar, grizzly-http-server-4.0.0.jar, jakarta.websocket-api-2.1.0.jar, jakarta.websocket-client-api-2.1.0.jar, jline-2.14.5.jar, tyrus-client-2.1.99-SNAPSHOT.jar, tyrus-client-cli-2.1.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar, tyrus-core-2.1.99-SNAPSHOT.jar, tyrus-spi-2.1.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.websocket-api-2.1.0.jar, jakarta.websocket-client-api-2.1.0.jar, tyrus-client-2.1.99-SNAPSHOT.jar, tyrus-client-cli-2.1.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar, tyrus-core-2.1.99-SNAPSHOT.jar, tyrus-spi-2.1.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] grizzly-framework-4.0.0.jar, grizzly-http-4.0.0.jar, grizzly-http-server-4.0.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.99-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml [INFO] Nothing to compile - all classes are up to date [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/tinuous-integration_2.1.1-BRANCH/archetypes/echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-archetype-echo --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-client-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-client-cli --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.1.99-SNAPSHOT/tyrus-client-cli-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.1.99-SNAPSHOT/tyrus-client-cli-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.1.99-SNAPSHOT/tyrus-client-cli-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-client-cli --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-cli/2.1.99-SNAPSHOT/tyrus-client-cli-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus.ext:tyrus-monitoring-jmx >------------ [INFO] Building Tyrus Monitoring JMX 2.1.99-SNAPSHOT [23/69] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-monitoring-jmx --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-monitoring-jmx --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-monitoring-jmx --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-monitoring-jmx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-monitoring-jmx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-monitoring-jmx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/BroadcastTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/BroadcastTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-monitoring-jmx --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-archetype-echo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-archetype-echo --- [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-archetype-echo --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.1.99-SNAPSHOT/tyrus-archetype-echo-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.1.99-SNAPSHOT/tyrus-archetype-echo-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.1.99-SNAPSHOT/tyrus-archetype-echo-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.2:update-local-catalog (update-local-catalog) @ tyrus-archetype-echo --- Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 s - in org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Sep 29, 2022 1:20:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.34 s - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-monitoring-jmx --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.1.99-SNAPSHOT/tyrus-monitoring-jmx-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.1.99-SNAPSHOT/tyrus-monitoring-jmx-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.1.99-SNAPSHOT/tyrus-monitoring-jmx-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extension-deflate >----------- [INFO] Building Tyrus Extension - Per Message Deflate 2.1.99-SNAPSHOT [24/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-extension-deflate --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-extension-deflate --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-extension-deflate --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-extension-deflate --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-extension-deflate --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-extension-deflate --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-bom >-------------------- [INFO] Building Tyrus BOM 2.1.99-SNAPSHOT [4/69] [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/tinuous-integration_2.1.1-BRANCH/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.1.99-SNAPSHOT/tyrus-bom-2.1.99-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-spi >-------------------- [INFO] Building Tyrus Container SPI 2.1.99-SNAPSHOT [5/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-spi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-spi --- [INFO] Running org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-spi --- Sep 29, 2022 1:20:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:20:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:31 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=[hXxbVrKCMVw/jUpmFkMs2Q==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[TbOQqKaWET+/uztKFlYoUCkQKSs=], 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. Sep 29, 2022 1:20:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.695 s - in org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-extension-deflate --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-extension-deflate:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-extension-deflate --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.1.99-SNAPSHOT-sources.jar [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-spi --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-spi --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-spi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/classes [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.99-SNAPSHOT/tyrus-extension-deflate-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.99-SNAPSHOT/tyrus-extension-deflate-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.99-SNAPSHOT/tyrus-extension-deflate-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.99-SNAPSHOT/tyrus-extension-deflate-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.glassfish.tyrus.ext:tyrus-client-java8 >------------- [INFO] Building Tyrus Java8 Client Extension 2.1.99-SNAPSHOT [25/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client-java8 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-client-java8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-client-java8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-client-java8 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-client-java8 --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:2.6:testResources (default-testResources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-client-java8 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.ext.client.java8.SessionBuilderTest [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-spi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-spi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-spi --- [WARNING] Bundle org.glassfish.tyrus:tyrus-spi:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] Sep 29, 2022 1:20:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. partial: I find your lack of faith disturbing true Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864 s - in org.glassfish.tyrus.ext.client.java8.SessionBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-client-java8 --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-client-java8:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-client-java8 --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/target/tyrus-client-java8-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-client-java8 --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.1.99-SNAPSHOT/tyrus-client-java8-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/target/tyrus-client-java8-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.1.99-SNAPSHOT/tyrus-client-java8-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/target/tyrus-client-java8-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.1.99-SNAPSHOT/tyrus-client-java8-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/tyrus-spi-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-spi --- [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-client-java8 --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-java8/2.1.99-SNAPSHOT/tyrus-client-java8-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus.samples:tyrus-samples-project >---------- [INFO] Building Tyrus Samples 2.1.99-SNAPSHOT [26/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-samples-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-samples-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-samples-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-samples-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-samples-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.1.99-SNAPSHOT/tyrus-samples-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.samples:tyrus-sample-auction >---------- [INFO] Building Tyrus Auction Sample 2.1.99-SNAPSHOT [27/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-auction --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-auction --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.99-SNAPSHOT/tyrus-spi-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/tyrus-spi-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.99-SNAPSHOT/tyrus-spi-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/tyrus-spi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.99-SNAPSHOT/tyrus-spi-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-spi --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/tyrus/tyrus-spi/2.1.99-SNAPSHOT/tyrus-spi-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-core >------------------- [INFO] Building Tyrus Core 2.1.99-SNAPSHOT [6/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-auction --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-auction --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-auction --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-auction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-auction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-auction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/auction/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-auction --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/auction/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-auction --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-auction --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-auction --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-auction] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-auction --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-auction --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.99-SNAPSHOT/tyrus-sample-auction-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.99-SNAPSHOT/tyrus-sample-auction-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.99-SNAPSHOT/tyrus-sample-auction-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.99-SNAPSHOT/tyrus-sample-auction-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.tyrus.samples:tyrus-sample-cdi >------------ [INFO] Building Tyrus CDI Sample 2.1.99-SNAPSHOT [28/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-cdi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-cdi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-cdi --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-cdi --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/cdi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-cdi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-core --- [INFO] Running org.glassfish.tyrus.sample.cdi.CdiTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.glassfish.tyrus.sample.cdi.CdiTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-cdi --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-cdi] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-cdi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.99-SNAPSHOT/tyrus-sample-cdi-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.99-SNAPSHOT/tyrus-sample-cdi-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.99-SNAPSHOT/tyrus-sample-cdi-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.99-SNAPSHOT/tyrus-sample-cdi-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-chat >------------ [INFO] Building Tyrus Chat Sample 2.1.99-SNAPSHOT [29/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-chat --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-chat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-chat --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-chat --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-chat --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/chat/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-chat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/chatdata/ChatMessage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/chat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-chat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-chat --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-chat --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-chat] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-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] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-core --- [INFO] [INFO] --- maven-istack-commons-plugin:2.6.1:rs-gen (default) @ tyrus-core --- [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-chat --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-chat --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.99-SNAPSHOT/tyrus-sample-chat-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.99-SNAPSHOT/tyrus-sample-chat-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.99-SNAPSHOT/tyrus-sample-chat-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.99-SNAPSHOT/tyrus-sample-chat-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-draw >------------ [INFO] Building Tyrus Draw Sample 2.1.99-SNAPSHOT [30/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-draw --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-draw --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-draw --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-draw --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-draw --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-draw --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-draw --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-draw --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/draw/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-draw --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/draw/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-draw --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-draw --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-draw --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-draw] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-draw --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-draw --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.99-SNAPSHOT/tyrus-sample-draw-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.99-SNAPSHOT/tyrus-sample-draw-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.99-SNAPSHOT/tyrus-sample-draw-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.99-SNAPSHOT/tyrus-sample-draw-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-echo >------------ [INFO] Building Tyrus Echo Sample 2.1.99-SNAPSHOT [31/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-echo --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-echo --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/echo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-echo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.echo.EchoTest Resources: org/glassfish/tyrus/core/l10n/localization.properties Processing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/main/resources/org/glassfish/tyrus/core/l10n/localization.properties org/glassfish/tyrus/core/l10n/LocalizationMessages.java [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-jaxb-plugin:1.1.1:generate (default) @ tyrus-core --- Sep 29, 2022 1:20:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:20:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:37 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] Sep 29, 2022 1:20:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s - in org.glassfish.tyrus.sample.echo.EchoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-echo --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.99-SNAPSHOT/tyrus-sample-echo-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.99-SNAPSHOT/tyrus-sample-echo-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.99-SNAPSHOT/tyrus-sample-echo-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.99-SNAPSHOT/tyrus-sample-echo-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-basic-auth >--------- [INFO] Building Tyrus Basic Auth Sample 2.1.99-SNAPSHOT [32/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-basic-auth --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-basic-auth --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-basic-auth --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-basic-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-basic-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-basic-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-basic-auth --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-basic-auth --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-basic-auth] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-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] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/generated-sources/xjc/org/glassfish/tyrus/core/wsadl/model is not found and thus excluded from the dependency check [INFO] Compiling file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/etc/wsadl.xsd [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-basic-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-basic-auth --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.99-SNAPSHOT/tyrus-sample-basic-auth-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.99-SNAPSHOT/tyrus-sample-basic-auth-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.99-SNAPSHOT/tyrus-sample-basic-auth-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.99-SNAPSHOT/tyrus-sample-basic-auth-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-echo-https >--------- [INFO] Building Tyrus Secure Echo Sample 2.1.99-SNAPSHOT [33/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-echo-https --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-echo-https --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-echo-https --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-echo-https --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-echo-https --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-echo-https --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-echo-https --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-echo-https --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/echo-https/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/echo-https/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-echo-https --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-echo-https --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo-https] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-echo-https --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-echo-https --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.99-SNAPSHOT/tyrus-sample-echo-https-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.99-SNAPSHOT/tyrus-sample-echo-https-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.99-SNAPSHOT/tyrus-sample-echo-https-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.99-SNAPSHOT/tyrus-sample-echo-https-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-programmatic-echo >----- [INFO] Building Tyrus Programmatic Echo Sample 2.1.99-SNAPSHOT [34/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-programmatic-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-programmatic-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-programmatic-echo --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-programmatic-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-programmatic-echo --- [INFO] Writing output to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/generated-sources/xjc [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-core --- [WARNING] *********************************************************************************************************************************************** [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-programmatic-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] * Required filename-based automodules detected: [org.osgi.core-4.2.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] *********************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 118 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/classes [INFO] Running org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest Sep 29, 2022 1:20:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:20:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20: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] Sep 29, 2022 1:20:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 s - in org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-programmatic-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-programmatic-echo] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-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 [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-programmatic-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-programmatic-echo --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-simplelife >--------- [INFO] Building Tyrus Simple Life Sample 2.1.99-SNAPSHOT [35/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-simplelife --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-simplelife --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-simplelife --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-simplelife --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-simplelife --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-simplelife --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-simplelife --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-simplelife --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/simplelife/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-simplelife --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/simplelife/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-simplelife --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-simplelife --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-simplelife --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-simplelife] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-simplelife --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-simplelife --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.99-SNAPSHOT/tyrus-sample-simplelife-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.99-SNAPSHOT/tyrus-sample-simplelife-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.99-SNAPSHOT/tyrus-sample-simplelife-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.99-SNAPSHOT/tyrus-sample-simplelife-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-shared-collection >----- [INFO] Building Tyrus Shared Collection Sample 2.1.99-SNAPSHOT [36/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/collection/Values.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/collection/Values.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/test-classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-shared-collection --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-shared-collection --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-shared-collection --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-shared-collection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-shared-collection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-shared-collection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-core --- [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/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-shared-collection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-shared-collection --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-shared-collection] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-shared-collection --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-shared-collection --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.99-SNAPSHOT/tyrus-sample-shared-collection-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.99-SNAPSHOT/tyrus-sample-shared-collection-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.99-SNAPSHOT/tyrus-sample-shared-collection-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.99-SNAPSHOT/tyrus-sample-shared-collection-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-containers >---------- [INFO] Building Tyrus Container Tests 2.1.99-SNAPSHOT [37/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-containers --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-containers --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-containers --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-containers --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-containers --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-containers --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-containers --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.1.99-SNAPSHOT/tyrus-tests-containers-2.1.99-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.tyrus.tests:tyrus-tests-containers-jdk-client >----- [INFO] Building Tyrus JDK Containers Tests 2.1.99-SNAPSHOT [38/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-containers-jdk-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-containers-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-containers-jdk-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-containers-jdk-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-containers-jdk-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-containers-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-containers-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-containers-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-containers-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-containers-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-containers-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-containers-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-containers-jdk-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.container.jdk.client.UnknownHostTest Sep 29, 2022 1:20:42 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: BEGIN COUNT: 31 Sep 29, 2022 1:20:43 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: AFTER WARMUP COUNT: 34 Sep 29, 2022 1:20:43 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: END COUNT: 34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 s - in org.glassfish.tyrus.container.jdk.client.UnknownHostTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-containers-jdk-client --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-containers-jdk-client] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-containers-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-containers-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.1.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.1.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.1.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-containers-servlet >------ [INFO] Building Tyrus Servlet Containers Tests 2.1.99-SNAPSHOT [39/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-containers-servlet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-containers-servlet --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-containers-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-containers-servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-containers-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-containers-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-containers-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-containers-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-containers-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-containers-servlet --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.core.TyrusExtensionTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.glassfish.tyrus.core.TyrusExtensionTest [INFO] Running org.glassfish.tyrus.core.TyrusSessionTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.glassfish.tyrus.core.TyrusSessionTest [INFO] Running org.glassfish.tyrus.core.UtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.glassfish.tyrus.core.UtilsTest [INFO] Running org.glassfish.tyrus.core.WriterInfoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.tyrus.core.WriterInfoTest [INFO] Running org.glassfish.tyrus.core.UtilsPropertiesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.tyrus.core.UtilsPropertiesTest [INFO] Running org.glassfish.tyrus.core.uri.BestMatchTest Match for /a calculated is: /a Match for /a/b calculated is: /a/b Match for /a/b/c calculated is: /a/b/c Match for /d calculated is: null Match for / calculated is: null Match for /a/b/c/d calculated is: null Match for /d/d/d calculated is: null Match for /a calculated is: /{var1} Match for /a/b calculated is: /{var1}/{var2} Match for /a/b/c calculated is: /{var1}/{var2}/{var3} Match for /a/b/c/d calculated is: null Match for /a calculated is: null Match for /a/b/c calculated is: null Match for /a/b calculated is: /a/{var} Match for /b/d calculated is: /b/{var2} Match for /a/b/c calculated is: /a/b/c Match for /a/d/c calculated is: /a/{var2}/c Match for /a/x/y calculated is: /a/{var2}/{var3} Match for /a calculated is: /a Match for /x calculated is: /{var1} Match for /a/b calculated is: /a/b Match for /x/y calculated is: null Match for /x/b calculated is: /{var1}/b Match for /a/y calculated is: /a/{var2} [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.tyrus.core.uri.BestMatchTest [INFO] Running org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] Running org.glassfish.tyrus.core.HandshakeUnitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.tyrus.core.HandshakeUnitTest [INFO] Running org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] Running org.glassfish.tyrus.test.container.servlet.TyrusServletContainerInitializerLoaderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.glassfish.tyrus.test.container.servlet.TyrusServletContainerInitializerLoaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-containers-servlet --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-containers-servlet] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-containers-servlet --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-containers-servlet --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.1.99-SNAPSHOT/tyrus-tests-containers-servlet-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.1.99-SNAPSHOT/tyrus-tests-containers-servlet-2.1.99-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-tests-e2e >-------------- [INFO] Building Tyrus End-to-End Tests 2.1.99-SNAPSHOT [40/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.1.99-SNAPSHOT/tyrus-tests-e2e-2.1.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-appconfig >--------- [INFO] Building Tyrus End-to-End Application Config Tests 2.1.99-SNAPSHOT [41/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-appconfig --- [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] Running org.glassfish.tyrus.core.TyrusServerEndpointConfiguratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.tyrus.core.TyrusServerEndpointConfiguratorTest [INFO] Running org.glassfish.tyrus.core.CloseReasonsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.tyrus.core.CloseReasonsTest [INFO] Running org.glassfish.tyrus.core.TyrusFutureTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.tyrus.core.TyrusFutureTest [INFO] Running org.glassfish.tyrus.core.TyrusRemoteEndpointTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.glassfish.tyrus.core.TyrusRemoteEndpointTest [INFO] Running org.glassfish.tyrus.core.FrameTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.tyrus.core.FrameTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-appconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-appconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/target/generated-sources/rsrc-gen added. [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/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-appconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api] Class path [Jar:., Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api] [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.1.99-SNAPSHOT : Unused Export-Package instructions: [org.glassfish.tyrus.core.extension.*, org.glassfish.tyrus.core.cluster.*, org.glassfish.tyrus.core.coder.*, org.glassfish.tyrus.core.frame.*, org.glassfish.tyrus.core.wsadl.model.*] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/tyrus-core-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.99-SNAPSHOT/tyrus-core-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/tyrus-core-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.99-SNAPSHOT/tyrus-core-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/tyrus-core-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.99-SNAPSHOT/tyrus-core-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-core --- [INFO] Installing org/glassfish/tyrus/tyrus-core/2.1.99-SNAPSHOT/tyrus-core-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-client >------------------ [INFO] Building Tyrus Client 2.1.99-SNAPSHOT [7/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-client --- [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/test-classes Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 s - in org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:45 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='3ebc2f2b-b28a-4206-894a-cb0461e1b134', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@28eff876, 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@6ded730f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@737c5217, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5cca9c95, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@bb1e332, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@dc28c40, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1cbf9b05, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@14198233, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@10b54bf1, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@98c752b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@690ba0ac, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@315bafa4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@b8b90bd, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@61c489ca, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@557e5b9e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3934f81a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6eed89f9, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2ba2c737, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='3ebc2f2b-b28a-4206-894a-cb0461e1b134', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@28eff876, 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@6ded730f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@737c5217, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5cca9c95, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@bb1e332, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@dc28c40, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1cbf9b05, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@14198233, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@10b54bf1, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@98c752b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@690ba0ac, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@315bafa4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@b8b90bd, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@61c489ca, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@557e5b9e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3934f81a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6eed89f9, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2ba2c737, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:45 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='53e48b1b-16a7-4157-ac0e-a758385956ae', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@6daaa1e3, 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@28a82232, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@59df73e6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@19cacdb4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2157c2d7, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4887dd7d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6a65c7c8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@250d005d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3a532f51, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4cc96153, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@8d6b485, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4514522a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@661ec47e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@61dae217, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5c151035, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3bf79c9f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2bda92ab, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1d26079d, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='53e48b1b-16a7-4157-ac0e-a758385956ae', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@6daaa1e3, 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@28a82232, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@59df73e6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@19cacdb4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2157c2d7, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4887dd7d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6a65c7c8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@250d005d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3a532f51, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4cc96153, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@8d6b485, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4514522a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@661ec47e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@61dae217, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5c151035, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3bf79c9f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2bda92ab, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1d26079d, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:45 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='ec1b2d4b-4d28-4c69-a542-5854775a6e7e', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@73d7ab6d, 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@36d52b73, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@317d2a9c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7a9bf9a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@49ebe0c1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@56fad43c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@e8b2db5, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@44140691, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@52ef0b3a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@52b46e6f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5850709, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6141b9a6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4bddd86f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3aeb006d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@17fbe576, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7b1be2a6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5ea0530a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3caac8db, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='ec1b2d4b-4d28-4c69-a542-5854775a6e7e', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@73d7ab6d, 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@36d52b73, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@317d2a9c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7a9bf9a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@49ebe0c1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@56fad43c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@e8b2db5, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@44140691, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@52ef0b3a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@52b46e6f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5850709, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6141b9a6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4bddd86f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3aeb006d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@17fbe576, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7b1be2a6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5ea0530a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3caac8db, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:45 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='b00951b3-1b60-4e62-a47d-e669e295cfff', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@72474711, 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@3745d73d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@36183990, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6b842b8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4e0ff2b1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@576a2872, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@20494fb6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@64207485, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@550b98ca, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@532413a1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@39fac28c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5e191d6a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@575d13ab, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2417abfa, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b16e356, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5d724513, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@628dc55d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7b5cfa8d, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='b00951b3-1b60-4e62-a47d-e669e295cfff', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@72474711, 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@3745d73d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@36183990, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6b842b8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4e0ff2b1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@576a2872, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@20494fb6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@64207485, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@550b98ca, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@532413a1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@39fac28c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5e191d6a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@575d13ab, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2417abfa, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b16e356, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5d724513, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@628dc55d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7b5cfa8d, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1000] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:45 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='057f02de-c19d-4ab9-892a-82670d7bcbb9', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@4909eb08, 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@c0b6c4d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@43b6dff4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3d4d0422, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3b1ae928, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6c249302, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1998b80d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4c21c308, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@201e200d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@686a0b8f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@34ee8e5f, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@76152249, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@275a7ace, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1f543bd9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5f08d21a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@d0a4d8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@74a82206, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4a9c45b9, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='057f02de-c19d-4ab9-892a-82670d7bcbb9', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@4909eb08, 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@c0b6c4d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@43b6dff4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3d4d0422, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3b1ae928, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6c249302, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1998b80d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4c21c308, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@201e200d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@686a0b8f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@34ee8e5f, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@76152249, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@275a7ace, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1f543bd9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5f08d21a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@d0a4d8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@74a82206, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4a9c45b9, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:45 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='59ca74c2-6158-442d-bc73-8e4d759c3aee', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@5884cc54, 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@1d864920, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2af48833, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2cd1b5ed, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@52492a4f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7da9b66f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@73920cf9, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@52cda1bb, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@494de2ff, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@79e72f77, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1af11176, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@250ebbea, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3f2efae, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@432ee430, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@51463782, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@14707ab, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@155c07b2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@21676e4d, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='59ca74c2-6158-442d-bc73-8e4d759c3aee', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@5884cc54, 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@1d864920, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2af48833, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2cd1b5ed, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@52492a4f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7da9b66f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@73920cf9, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@52cda1bb, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@494de2ff, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@79e72f77, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1af11176, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@250ebbea, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3f2efae, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@432ee430, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@51463782, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@14707ab, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@155c07b2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@21676e4d, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest [INFO] Running org.glassfish.tyrus.client.auth.CredentialsTest Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:45 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]' Server onClose 9a745b59-da11-43aa-a0ca-d21de8fe51ea, Client session closed with reason: 'CloseReason[1013,Maximal number of open sessions per endpoint exceeded.]' CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 970f9653-e56d-474f-afa1-a297dfc7b991, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose b36aa35e-3b4f-4d6c-b22b-3cdd47570bca, CloseReason[1000] Sep 29, 2022 1:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:46 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 7bae5860-4a98-41f2-87d4-5c9052d4ae2d, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 94911e54-d433-4ca0-b06d-d54a9d596fa5, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose a00d9201-5a41-4713-97bc-05ed1bdda427, CloseReason[1000] Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.glassfish.tyrus.client.auth.CredentialsTest [INFO] Running org.glassfish.tyrus.client.auth.AuthConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.glassfish.tyrus.client.auth.AuthConfigTest [INFO] Running org.glassfish.tyrus.client.ClientManagerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.glassfish.tyrus.client.ClientManagerTest [INFO] Running org.glassfish.tyrus.client.TyrusClientEngineTest Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.glassfish.tyrus.client.TyrusClientEngineTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-client:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/tyrus-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.99-SNAPSHOT/tyrus-client-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/tyrus-client-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.99-SNAPSHOT/tyrus-client-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/tyrus-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.99-SNAPSHOT/tyrus-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-client --- [INFO] Installing org/glassfish/tyrus/tyrus-client/2.1.99-SNAPSHOT/tyrus-client-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-containers-project >------------ [INFO] Building Tyrus Container Modules 2.1.99-SNAPSHOT [8/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-containers-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-containers-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-containers-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-containers-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-containers-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.1.99-SNAPSHOT/tyrus-containers-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.tyrus:tyrus-containers-glassfish-project >------- [INFO] Building Tyrus Containers For Glassfish 2.1.99-SNAPSHOT [9/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-containers-glassfish-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-containers-glassfish-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-containers-glassfish-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.1.99-SNAPSHOT/tyrus-containers-glassfish-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-cdi >---------- [INFO] Building Tyrus CDI Component Provider 2.1.99-SNAPSHOT [10/69] [INFO] -------------------------------[ bundle ]------------------------------- Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.186 s - in org.glassfish.tyrus.test.e2e.appconfig.ErrorTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:47 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=[4rFB8orz4utVGJnoUed3Bg==], 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@55aa71c1 :: [] ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@55aa71c1 :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@5fcf307e :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@5fcf307e :: [] ##### TestExtendedExtension getName: ext2 org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='90adff22-5d71-473e-aebd-ee7136b8778b', 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@2f7a7219, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@669513d8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3a1d593e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4a8a60bc, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@361c294e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7859e786, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@285d851a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@314b8f2d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@664a9613, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5118388b, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@15a902e7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7876d598, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4a3e3e8b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5af28b27, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@71104a4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4985cbcb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@72f46e16, type=class java.io.InputStream}]}} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[hnGmWe5hyAPGcszXeEycsTHmQgM=], sec-websocket-extensions=[ext1, ext2], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint server onMessage. client onMessage. Sep 29, 2022 1:20:47 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='90adff22-5d71-473e-aebd-ee7136b8778b', 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@2f7a7219, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@669513d8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3a1d593e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4a8a60bc, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@361c294e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7859e786, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@285d851a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@314b8f2d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@664a9613, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5118388b, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@15a902e7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7876d598, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4a3e3e8b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5af28b27, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@71104a4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4985cbcb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@72f46e16, type=class java.io.InputStream}]}} Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@55aa71c1 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@55aa71c1 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@5fcf307e ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@5fcf307e Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:47 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=[2ELQOoJwzBp5o0zD7iOa4Q==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@60cc6cfa :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@3325239 :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[ETzT4T25up8m46vUsXFg0L810lY=], sec-websocket-extensions=[TestExtendedExtension], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='62e3fb78-3e1b-4822-8c89-86461085ee44', 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@f19c9d2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7807ac2c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@b91d8c4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4b6166aa, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@a77614d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4fd4cae3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4a067c25, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@a1217f9, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3bde62ff, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@523424b5, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2baa8d82, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@319dead1, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@791cbf87, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@a7e2d9d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@754777cd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2b52c0d6, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@372ea2bc, type=class java.io.InputStream}]}} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint server onMessage. client onMessage. Sep 29, 2022 1:20:47 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='62e3fb78-3e1b-4822-8c89-86461085ee44', 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@f19c9d2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7807ac2c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@b91d8c4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4b6166aa, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@a77614d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4fd4cae3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4a067c25, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@a1217f9, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3bde62ff, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@523424b5, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2baa8d82, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@319dead1, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@791cbf87, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@a7e2d9d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@754777cd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2b52c0d6, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@372ea2bc, type=class java.io.InputStream}]}} Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@60cc6cfa [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@3325239 Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:47 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='5208947c-d596-4456-b797-232aee8e234c', 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@24f360b2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@60cf80e7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@302fec27, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@770d0ea6, 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@48c40605, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@54107f42, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1b11ef33, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@476aac9, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6cea706c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3bd7f8dc, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2f2bf0e2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1eba372c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@21ec5d87, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@25f9407e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@552518c3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1a69561c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@59aa20b3, 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='5208947c-d596-4456-b797-232aee8e234c', 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@24f360b2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@60cf80e7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@302fec27, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@770d0ea6, 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@48c40605, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@54107f42, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1b11ef33, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@476aac9, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6cea706c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3bd7f8dc, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2f2bf0e2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1eba372c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@21ec5d87, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@25f9407e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@552518c3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1a69561c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@59aa20b3, 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='4a7a766b-5d8c-4b98-8a7c-bfe1b1e6d213', 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@24f360b2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@60cf80e7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@302fec27, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@770d0ea6, 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@48c40605, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@54107f42, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1b11ef33, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@476aac9, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6cea706c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3bd7f8dc, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2f2bf0e2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1eba372c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@21ec5d87, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@25f9407e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@552518c3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1a69561c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@59aa20b3, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-glassfish-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-glassfish-cdi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-glassfish-cdi --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-glassfish-cdi --- Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:47 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() Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-e2e-appconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-appconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.1.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.1.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.1.99-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-e2e-nondeployable >------- [INFO] Building Tyrus End-to-End Non-deployable Tests 2.1.99-SNAPSHOT [42/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-nondeployable --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-glassfish-cdi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-glassfish-cdi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-glassfish-cdi --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-glassfish-cdi:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-glassfish-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-ejb >---------- [INFO] Building Tyrus EJB Component Provider 2.1.99-SNAPSHOT [11/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-nondeployable --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-nondeployable --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/target/generated-sources/rsrc-gen added. [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/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-nondeployable --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/target/test-classes [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-glassfish-ejb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-glassfish-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-glassfish-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-glassfish-ejb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-glassfish-ejb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-glassfish-ejb --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-glassfish-ejb --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-glassfish-ejb:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.ejb-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-glassfish-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-client >--------- [INFO] Building Tyrus Grizzly Client Container 2.1.99-SNAPSHOT [12/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-grizzly-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-grizzly-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-grizzly-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-grizzly-client --- [WARNING] *************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [grizzly-framework-4.0.0.jar, grizzly-http-4.0.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] *************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyWriter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:2.6:testResources (default-testResources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-grizzly-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-grizzly-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-grizzly-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-grizzly-client:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-grizzly-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.99-SNAPSHOT/tyrus-container-grizzly-client-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.99-SNAPSHOT/tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.99-SNAPSHOT/tyrus-container-grizzly-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.99-SNAPSHOT/tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-server >------------------ [INFO] Building Tyrus Server 2.1.99-SNAPSHOT [13/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0: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:3.0.0:add-source (default) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-server --- [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.server.TyrusServerConfigurationTest Sep 29, 2022 1:20:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:20:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. -1 ### Sep 29, 2022 1:20:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s - in org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-server --- [WARNING] Bundle org.glassfish.tyrus:tyrus-server:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/tyrus-server-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.99-SNAPSHOT/tyrus-server-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/tyrus-server-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.99-SNAPSHOT/tyrus-server-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/tyrus-server-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.99-SNAPSHOT/tyrus-server-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-server --- [INFO] Installing org/glassfish/tyrus/tyrus-server/2.1.99-SNAPSHOT/tyrus-server-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-server >--------- [INFO] Building Tyrus Grizzly Server Container 2.1.99-SNAPSHOT [14/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-grizzly-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-grizzly-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-grizzly-server --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-grizzly-server --- [WARNING] ********************************************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [grizzly-framework-4.0.0.jar, grizzly-http-server-4.0.0.jar, grizzly-http-4.0.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ********************************************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-grizzly-server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-grizzly-server --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-grizzly-server --- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 s - in org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:50 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: t1M6PTXsoqgoHv5IbOZIPw== # Sec-WebSocket-Version: 13 # Upgrade: websocket ##### MyExtendedExtension getName ##### MyExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@eb53674 :: [TyrusParameter{name='basicParam1', value='basicValue1'}] ##### MyExtendedExtension [[param1=value1]] ##### MyExtendedExtension ##### MyExtendedExtension getName ##### MyExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@4af79c1a :: [TyrusParameter{name='param1', value='value1'}] ##### MyExtendedExtension getName org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='fe5a1afe-e382-468c-ae93-8fac6672e302', 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@60129b9a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@78d6692f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7a55af6b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3d9c13b5, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@492691d7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@27216cd, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@558bdf1f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@8576fa0, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7582ff54, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@67545b57, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6c2c1385, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5f354bcf, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3daf7722, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@78641d23, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@74589991, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@146dfe6, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4716be8b, type=class java.io.InputStream}]}} ##### afterResponse # connection: Upgrade # sec-websocket-accept: KAwZ99Va11kOWmxdnzZYgDG8e8E= # 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=-1632740519} ##### 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} Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='fe5a1afe-e382-468c-ae93-8fac6672e302', 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@60129b9a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@78d6692f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7a55af6b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3d9c13b5, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@492691d7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@27216cd, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@558bdf1f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@8576fa0, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7582ff54, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@67545b57, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6c2c1385, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5f354bcf, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3daf7722, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@78641d23, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@74589991, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@146dfe6, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4716be8b, type=class java.io.InputStream}]}} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@eb53674 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest ##### MyExtendedExtension processOutgoing :: 4 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=true, opcode=8, payloadLength=20, maskingKey=312943136} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@4af79c1a Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] [WARNING] Bundle org.glassfish.tyrus:tyrus-container-grizzly-server:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-grizzly-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.99-SNAPSHOT/tyrus-container-grizzly-server-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.99-SNAPSHOT/tyrus-container-grizzly-server-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.99-SNAPSHOT/tyrus-container-grizzly-server-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.99-SNAPSHOT/tyrus-container-grizzly-server-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-inmemory >------------ [INFO] Building Tyrus InMemory Container 2.1.99-SNAPSHOT [15/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-inmemory --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-inmemory --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-inmemory --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-inmemory --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-inmemory --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/target/classes Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-inmemory --- Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Running org.glassfish.tyrus.container.inmemory.EchoTest Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. # client sent: in-memory echo! # server echoed: in-memory echo! # client received: in-memory echo! [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s - in org.glassfish.tyrus.container.inmemory.EchoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-inmemory --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-inmemory:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-container-grizzly-client, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 s - in org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.1.99-SNAPSHOT/tyrus-container-inmemory-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.1.99-SNAPSHOT/tyrus-container-inmemory-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.1.99-SNAPSHOT/tyrus-container-inmemory-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing org/glassfish/tyrus/tyrus-container-inmemory/2.1.99-SNAPSHOT/tyrus-container-inmemory-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-servlet >------------- [INFO] Building Tyrus Servlet Bundle 2.1.99-SNAPSHOT [16/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-servlet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-servlet --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-servlet:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ tyrus-container-servlet --- Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.32 s - in org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38993] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38993 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [6262f8ff-c68d-4c7f-92e5-04243da74c64] SENT: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [6262f8ff-c68d-4c7f-92e5-04243da74c64] RECEIVED: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38993] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38571] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:40859] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43579] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43535] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43579 Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43147] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38571 Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:40859 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41953] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43147 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43433] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41953 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43535 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43433 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [9c830fed-d10b-495e-9c2f-c469b419e1df] SENT: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [04efb1b6-9470-4f9c-b864-a6e356794f16] SENT: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [04efb1b6-9470-4f9c-b864-a6e356794f16] RECEIVED: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [9c830fed-d10b-495e-9c2f-c469b419e1df] RECEIVED: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43147] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41189] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:44211] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43435] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41189 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38571] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:44211 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43435 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [c32f680b-7e5b-44aa-bf5b-c8c3b965a4f3] SENT: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [f9624d53-95c2-4fc7-87f3-a156a04304d6] SENT: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [81b71d2d-e33c-4ec9-9d32-51b9bca76dbf] SENT: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [6662dfdc-232e-4daa-b3d5-6d29e13703b4] SENT: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [8802b00c-6e9c-4331-b63b-ec4594ace819] SENT: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [c32f680b-7e5b-44aa-bf5b-c8c3b965a4f3] RECEIVED: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41953] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [8802b00c-6e9c-4331-b63b-ec4594ace819] RECEIVED: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [eada0884-0cdf-41f2-bdac-24d4e0b92419] SENT: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43535] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [81b71d2d-e33c-4ec9-9d32-51b9bca76dbf] RECEIVED: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [84a14d4b-1ace-47c9-93c5-6cbc22e14c4f] SENT: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43433] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [f9624d53-95c2-4fc7-87f3-a156a04304d6] RECEIVED: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43579] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [e1f2091a-670a-498a-8396-c2d52142aa69] SENT: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [eada0884-0cdf-41f2-bdac-24d4e0b92419] RECEIVED: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [e1f2091a-670a-498a-8396-c2d52142aa69] RECEIVED: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:44211] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41189] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [6662dfdc-232e-4daa-b3d5-6d29e13703b4] RECEIVED: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [84a14d4b-1ace-47c9-93c5-6cbc22e14c4f] RECEIVED: It's a trap! Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:40859] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43435] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 s - in org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/e2e-test/echoProgrammatic Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Sep 29, 2022 1:20:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Sep 29, 2022 1:20:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:20:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Sep 29, 2022 1:20:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Sep 29, 2022 1:20:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.195 s - in org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Sep 29, 2022 1:20:54 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. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 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. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Sep 29, 2022 1:20:54 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. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6cbe7d4d Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1e3e1014 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@3679d92e Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@47b11ec7 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@58fa5769 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@36aa52d2 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4ee25d80 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@16a35bd Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@ba17be6 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6f798482 Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 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. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-218] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-219] 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. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-220] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-221] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-222] Started. Received headers: [my-header-value-1, my-header-value-2] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-223] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 4.0.0 org.glassfish.tyrus.tests tyrus-tests-e2e 2.1.99-SNAPSHOT war tyrus-tests-e2e-nondeployable Tyrus End-to-End Non-deployable Tests org.glassfish.tyrus tyrus-core org.glassfish.tyrus tyrus-container-grizzly-client org.glassfish.tyrus tyrus-container-jdk-client org.glassfish.tyrus tyrus-container-inmemory org.glassfish.tyrus.tests tyrus-test-tools com.sun.xml.bind jaxb-osgi test Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-224] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@29ebbdf4 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2fd954f Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5731d3a Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6a0f2853 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1eff3cfb Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@70c69586 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6dc1dc69 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7e9f2c32 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@19e0dffe Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5d4e13e1 Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-225] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-226] Started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-227] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-228] Started. RetryAfterException received. received message: Do or do not, there is no try. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-229] Started. Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-230] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-231] Started. Sep 29, 2022 1:20:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-232] Started. Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-233] Started. Sep 29, 2022 1:20:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-234] Started. Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-235] Started. Sep 29, 2022 1:20:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-236] Started. Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.99-SNAPSHOT/tyrus-container-servlet-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.99-SNAPSHOT/tyrus-container-servlet-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.99-SNAPSHOT/tyrus-container-servlet-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-servlet --- [INFO] Installing org/glassfish/tyrus/tyrus-container-servlet/2.1.99-SNAPSHOT/tyrus-container-servlet-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-project >------------ [INFO] Building Tyrus Tests 2.1.99-SNAPSHOT [17/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.1.99-SNAPSHOT/tyrus-tests-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-test-tools >------------- [INFO] Building Tyrus Test Tools 2.1.99-SNAPSHOT [18/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-test-tools --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-test-tools --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-test-tools --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-test-tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-test-tools --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-test-tools --- [WARNING] ********************************************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [grizzly-framework-4.0.0.jar, grizzly-http-server-4.0.0.jar, grizzly-http-4.0.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ********************************************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-test-tools --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-test-tools --- [WARNING] Bundle org.glassfish.tyrus.tests:tyrus-test-tools:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-container-servlet, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-server, Jar:tyrus-container-grizzly-client, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:junit, Jar:hamcrest-core] Class path [Jar:., Jar:tyrus-container-servlet, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-server, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-grizzly-client, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:junit, Jar:hamcrest-core] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/target/tyrus-test-tools-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.1.99-SNAPSHOT/tyrus-test-tools-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/target/tyrus-test-tools-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.1.99-SNAPSHOT/tyrus-test-tools-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/tools/target/tyrus-test-tools-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.1.99-SNAPSHOT/tyrus-test-tools-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-test-tools --- [INFO] Installing org/glassfish/tyrus/tests/tyrus-test-tools/2.1.99-SNAPSHOT/tyrus-test-tools-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus:tyrus-container-jdk-client >----------- [INFO] Building Tyrus JDK Client Container 2.1.99-SNAPSHOT [19/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-jdk-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-container-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-container-jdk-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-container-jdk-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-container-jdk-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/classes Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-237] Started. Sep 29, 2022 1:20:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-238] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-239] Started. Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-240] Started. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-241] Started. Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-242] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-243] Started. Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-244] Started. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-245] Started. Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-246] Started. Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:20:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.187 s - in org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/ClientFilter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/ClientFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/test-classes [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 66, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-e2e-nondeployable --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-nondeployable] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.1.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.1.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.1.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-stdconfig >--------- [INFO] Building Tyrus End-to-End Standard Config Tests 2.1.99-SNAPSHOT [43/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-stdconfig --- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/ThreadPoolSizeTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/ThreadPoolSizeTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-container-jdk-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-stdconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-stdconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/target/generated-sources/rsrc-gen added. [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/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-stdconfig --- [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest [INFO] Changes detected - recompiling the module! [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Sep 29, 2022 1:20:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 s - in org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.PingPongTest Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "" ### PingPongEndpoint - received pong "" Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "" ### Client - received pong "" Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.core.TyrusEndpointWrapper onError WARNING: Unexpected error, closing connection. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@34894663[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@75b44c58[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@718bc636]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@52f6c429[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:520) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPong(TyrusEndpointWrapper.java:1142) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onPong(TyrusWebSocket.java:223) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.PongFrame.respond(PongFrame.java:46) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "ping message client" ### Client - received pong "ping message client" Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "ping message server" ### PingPongEndpoint - received pong "ping message server" Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s - in org.glassfish.tyrus.test.standard_config.PingPongTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextTest Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! STREAMINGCLIENT opened ! Wrapped: Basic Client sending: here Server sending: thank 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 ! Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.glassfish.tyrus.test.standard_config.StreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferSizeTest Sep 29, 2022 1:20:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:20:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:20:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:20:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.StringEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TextBuffer.appendMessagePart(TextBuffer.java:41) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:956) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.checkClosedSession(InputStreamBuffer.java:197) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.getNextByte(InputStreamBuffer.java:92) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.BufferedInputStream.read(BufferedInputStream.java:42) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.BufferSizeTest$InputStreamEndpoint.doThat(BufferSizeTest.java:349) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:655) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer$1.run(InputStreamBuffer.java:158) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.appendMessagePart(InputStreamBuffer.java:141) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1039) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ByteArrayEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.BinaryBuffer.appendMessagePart(BinaryBuffer.java:54) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1059) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.checkClosedSession(ReaderBuffer.java:195) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.getNextChars(ReaderBuffer.java:92) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.BufferedStringReader.read(BufferedStringReader.java:42) at java.base/java.io.Reader.read(Reader.java:210) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.BufferSizeTest$ReaderEndpoint.doThat(BufferSizeTest.java:250) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:655) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer$1.run(ReaderBuffer.java:155) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.appendMessagePart(ReaderBuffer.java:136) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:936) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.glassfish.tyrus.test.standard_config.BufferSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientManagerTest Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21: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 Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.glassfish.tyrus.test.standard_config.ClientManagerTest [INFO] Running org.glassfish.tyrus.test.standard_config.userproperties.UserPropertiesTest Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.glassfish.tyrus.test.standard_config.userproperties.UserPropertiesTest [INFO] Running org.glassfish.tyrus.test.standard_config.userproperties.OnOpenTest Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.standard_config.userproperties.OnOpenTest [INFO] Running org.glassfish.tyrus.test.standard_config.QueryParamTest Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.glassfish.tyrus.test.standard_config.QueryParamTest [INFO] Running org.glassfish.tyrus.test.standard_config.OriginTest Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. jakarta.websocket.DeploymentException: Handshake error. at org.glassfish.tyrus.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:658) at org.glassfish.tyrus.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$3.run(ClientManager.java:696) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.tyrus.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$SameThreadExecutorService.execute(ClientManager.java:849) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) at org.glassfish.tyrus.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:493) at org.glassfish.tyrus.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:337) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.OriginTest.testInvalidOrigin(OriginTest.java:93) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit@4.13.2/org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at junit@4.13.2/org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at junit@4.13.2/org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at junit@4.13.2/org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at junit@4.13.2/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at junit@4.13.2/org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at junit@4.13.2/org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at junit@4.13.2/org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at junit@4.13.2/org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at junit@4.13.2/org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at junit@4.13.2/org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at junit@4.13.2/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit@4.13.2/org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: org.glassfish.tyrus.core.HandshakeException: Response code was not 101: 403. at org.glassfish.tyrus.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.client.TyrusClientEngine.processResponse(TyrusClientEngine.java:301) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleHandshake(GrizzlyClientFilter.java:323) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleRead(GrizzlyClientFilter.java:292) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.glassfish.tyrus.test.standard_config.OriginTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.744 s - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest [INFO] Running org.glassfish.tyrus.container.jdk.client.EchoTest Sep 29, 2022 1:21:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:21:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. # server echoed: Do or do not, there is no try. ### Received: onOpen ### Received: Do or do not, there is no try. (from your server) Sep 29, 2022 1:21:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.tyrus.container.jdk.client.EchoTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Sep 29, 2022 1:21:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:21:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest [INFO] Running org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Sep 29, 2022 1:21:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:21:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest [INFO] Running org.glassfish.tyrus.container.jdk.client.SslFilterTest Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8026] Sep 29, 2022 1:21:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.263 s - in org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientCloseTest Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.glassfish.tyrus.test.standard_config.ClientCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGCLIENT opened ! Client sending: here STREAMINGSERVER opened ! Wrapped: Basic Waiting for the server to process the partial string... Server sending: thank Server sending: you Server sending: very Server sending: much Server sending: ! STREAMINGSERVER piece came: here Resuming the client... Client sending: is Waiting for the server to process the partial string... STREAMINGSERVER piece came: is Resuming the client... Client sending: a Waiting for the server to process the partial string... STREAMINGSERVER piece came: a Resuming the client... Client sending: stream. STREAMINGCLIENT piece came: thank STREAMINGCLIENT piece came: you STREAMINGSERVER piece came: stream. STREAMINGCLIENT piece came: very STREAMINGSERVER whole message: hereis a stream. STREAMINGCLIENT piece came: much STREAMINGCLIENT piece came: ! STREAMINGCLIENT received whole message: thank you very much ! Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingInputTest Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s - in org.glassfish.tyrus.test.standard_config.BlockingInputTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncodedObjectTest Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 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 Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = hello Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 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 Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = encoded5 Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.glassfish.tyrus.test.standard_config.EncodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. RECEIVED HEADERS: [my-header-value-1, my-header-value-2] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest [INFO] Running org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryTest Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.glassfish.tyrus.test.standard_config.BinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.HeartbeatTest === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1377) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:437) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:878) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:969) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:929) at org.glassfish.tyrus.container.jdk.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:529) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:830) Caused by: java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.ensureOpenAndConnected(NioSocketImpl.java:166) at java.base/sun.nio.ch.NioSocketImpl.beginWrite(NioSocketImpl.java:367) at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:412) at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441) at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825) at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:268) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.CertificateVerify$T13CertificateVerifyProducer.onProduceCertificateVerify(CertificateVerify.java:1119) at java.base/sun.security.ssl.CertificateVerify$T13CertificateVerifyProducer.produce(CertificateVerify.java:1103) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:440) at java.base/sun.security.ssl.ClientHello$T13ClientHelloConsumer.goServerHello(ClientHello.java:1252) at java.base/sun.security.ssl.ClientHello$T13ClientHelloConsumer.consume(ClientHello.java:1188) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:851) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:812) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:422) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:181) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1460) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1368) ... 8 more javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1377) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:437) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:878) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:969) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:929) at org.glassfish.tyrus.container.jdk.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:529) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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 Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Sep 29, 2022 1:21:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Sep 29, 2022 1:21:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1377) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:437) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:878) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:969) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:929) at org.glassfish.tyrus.container.jdk.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:529) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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.endWrite(NioSocketImpl.java:384) at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:423) at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441) at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825) at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:268) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.CertificateVerify$T13CertificateVerifyProducer.onProduceCertificateVerify(CertificateVerify.java:1119) at java.base/sun.security.ssl.CertificateVerify$T13CertificateVerifyProducer.produce(CertificateVerify.java:1103) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:440) [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.7 s - in org.glassfish.tyrus.container.jdk.client.SslFilterTest at java.base/sun.security.ssl.ClientHello$T13ClientHelloConsumer.goServerHello(ClientHello.java:1252) at java.base/sun.security.ssl.ClientHello$T13ClientHelloConsumer.consume(ClientHello.java:1188) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:851) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:812) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:422) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:181) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1460) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1368) ... 8 more [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest Sep 29, 2022 1:21:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Sep 29, 2022 1:21:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.243 s - in org.glassfish.tyrus.test.standard_config.HeartbeatTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTextTest Sep 29, 2022 1:21:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Sep 29, 2022 1:21:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:07 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='f5852d4b-130d-4760-99d6-41aad76f7797', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@1bb9aa43, contextPath='/e2e-test', endpointPath=/e2e-test/hellotext, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@420bc288, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@df5f5c0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@308a6984, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@66b72664, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7a34b7b8, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@58cd06cb, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3be8821f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@64b31700, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3b65e559, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@bae47a0, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@74a9c4b0, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@85ec632, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1c05a54d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@65ef722a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5fd9b663, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@214894fc, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@10567255, type=class java.io.InputStream}]}} HELLOCLIENT received: server hello Sep 29, 2022 1:21:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.standard_config.HelloTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Sep 29, 2022 1:21:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Sep 29, 2022 1:21:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Sep 29, 2022 1:21:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:08 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Sep 29, 2022 1:21:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:08 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Sep 29, 2022 1:21:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Sep 29, 2022 1:21:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Sep 29, 2022 1:21:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Message received: Nothing Message received: Nothing Message received: Nothing Client message received Sep 29, 2022 1:21:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:21:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.176 s - in org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest [INFO] Running org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.321 s - in org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-container-jdk-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-jdk-client:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-container-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.1.99-SNAPSHOT/tyrus-container-jdk-client-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.1.99-SNAPSHOT/tyrus-container-jdk-client-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.1.99-SNAPSHOT/tyrus-container-jdk-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-jdk-client/2.1.99-SNAPSHOT/tyrus-container-jdk-client-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.glassfish.tyrus:tyrus-documentation >--------------- [INFO] Building Tyrus Documentation 2.1.99-SNAPSHOT [20/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-documentation --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-documentation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-documentation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-documentation --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/docs/target/gen-src [copy] Copying 16 files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/docs/target/gen-src [INFO] Executed tasks [INFO] [INFO] --- docbkx-maven-plugin:2.0.15:generate-html (Single page HTML and PDF) @ tyrus-documentation --- Sep 29, 2022 1:21:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Sep 29, 2022 1:21:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Processing input file: user-guide.xml Sep 29, 2022 1:21:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Sep 29, 2022 1:21:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 1664457673767### !closed CloseReason[1006,Closed abnormally.] Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.18 s - in org.glassfish.tyrus.test.standard_config.SessionTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.HostVerificationTest 1664457677777### !closed CloseReason[1006,Closed abnormally.] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.005 s - in org.glassfish.tyrus.test.standard_config.HostVerificationTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloBinaryTest Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:17 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 Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.test.standard_config.HelloBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.ExtensionsTest Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.glassfish.tyrus.test.standard_config.ExtensionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:17 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 STREAMINGBSERVER Server sending: a STREAMINGBSERVER Server sending: string ! STREAMINGBCLIENT piece came: here STREAMINGBCLIENT piece came: is STREAMINGBCLIENT piece came: a STREAMINGBCLIENT piece came: string ! STREAMINGBCLIENT received whole message: here is a string ! Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.glassfish.tyrus.test.standard_config.StreamingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.glassfish.tyrus.test.standard_config.MessageParamOrderTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='436b70aa-3cc0-498d-b4e3-2382da8bf762', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@6dc1484, 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@6e92c6ad, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2fb5fe30, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@456be73c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2375b321, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5baaae4c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5b6e8f77, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@41a6d121, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4f449e8f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@411291e5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6e28bb87, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@19f040ba, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@72ab05ed, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@27e32fe4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@c3c4c1c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@17d238b1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3d7cc3cb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@35e478f, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='26e367c8-b51b-46dc-8b56-760ced596efc', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@5d71a4c6, 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@1873310c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@19ea9cb, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@29a1ad4c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@79a66b2a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@785cce43, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@cf8e072, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2817e76c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@62a2267f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7c12d2be, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3722463e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2099eb31, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@537bb083, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@39960f70, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1ca0bdca, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@730f0d0c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7dfe4446, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@741a3906, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='58447307-03e6-4c37-b19d-9877bf22302c', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@6dc1484, 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@6e92c6ad, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2fb5fe30, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@456be73c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2375b321, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5baaae4c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5b6e8f77, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@41a6d121, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4f449e8f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@411291e5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6e28bb87, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@19f040ba, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@72ab05ed, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@27e32fe4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@c3c4c1c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@17d238b1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3d7cc3cb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@35e478f, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='0fe027bf-3da0-4837-8d34-f49e356f7a24', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@4aaa152c, 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@fa8821d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5cdbad2a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3e6dca2f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@24f4bbbb, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6f877d52, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6eb43f75, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3ed8ac3e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3ff0f13d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6bc9667c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@24c9a3e7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5f0b521c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@674a29d9, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@471049ca, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2e2f0c54, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b31303f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1d83d061, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@58188402, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='c277e7b7-c0b2-4417-9133-7bdfc466e69e', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@6dc1484, 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@6e92c6ad, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2fb5fe30, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@456be73c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2375b321, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5baaae4c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5b6e8f77, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@41a6d121, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4f449e8f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@411291e5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6e28bb87, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@19f040ba, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@72ab05ed, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@27e32fe4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@c3c4c1c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@17d238b1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3d7cc3cb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@35e478f, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='6a0e68cf-f3c4-4482-8d44-91575163b925', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@34b50692, 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@71b78e60, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2440dfc9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@408c3f46, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5c913053, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1198712f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@33844a42, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1253357b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@47959cca, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@15d68c1e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@41102bc, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@fe217a8, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@647aa952, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@456d7fbf, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@49e5914c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@56a5808f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@67a49330, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@491a98fc, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='7a9d2cd5-3d2e-4c54-a386-233412cc9fd3', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@6dc1484, 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@6e92c6ad, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2fb5fe30, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@456be73c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2375b321, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5baaae4c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5b6e8f77, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@41a6d121, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4f449e8f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@411291e5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6e28bb87, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@19f040ba, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@72ab05ed, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@27e32fe4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@c3c4c1c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@17d238b1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3d7cc3cb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@35e478f, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='29a42f46-9aa8-4d2a-803d-87f9faf42ef5', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@551160c2, 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@1013f404, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7b0c92f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@21c900e0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7f80636b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@703c0b4b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@71c44dd2, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@18638d0a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@64842e56, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@747217de, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@278b7e5f, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2384bc79, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6637c0c1, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@29ff73e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7e1a18b4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@78fb047a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2092e26c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5dc9d747, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='7bf9a1de-ca72-4652-9041-c6732cf0c574', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@6dc1484, 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@6e92c6ad, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2fb5fe30, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@456be73c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2375b321, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5baaae4c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5b6e8f77, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@41a6d121, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4f449e8f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@411291e5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6e28bb87, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@19f040ba, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@72ab05ed, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@27e32fe4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@c3c4c1c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@17d238b1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3d7cc3cb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@35e478f, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='bea11646-557a-426a-a028-a961f0a4982f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$3@512be1a9, 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@47ddcd72, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6030f460, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3f2c8603, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@31041ee6, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@181be3e9, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7fef877e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@24280a1e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@354ac353, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@72896ab8, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@715ed7e0, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@15c24b2f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@76f1429f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4f943a53, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@48721596, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4feea484, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@33f7e25c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5ddf00d3, type=class java.io.InputStream}]}} Sep 29, 2022 1:21:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 s - in org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Sep 29, 2022 1:21:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Sep 29, 2022 1:21:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) ### Reconnecting... (reconnect count: 2) ### Reconnecting... (reconnect count: 3) Sep 29, 2022 1:21:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Sep 29, 2022 1:21:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:18 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. Sep 29, 2022 1:21:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest [INFO] Running org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Sep 29, 2022 1:21:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:19 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 ! Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.tyrus.test.standard_config.BlockingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.ReaderWriterTest Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.glassfish.tyrus.test.standard_config.ReaderWriterTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageHandlersTest Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Applying customization parameters after docbkx parameters [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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] Applying customization parameters after docbkx parameters Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] targetFileExtension pdf [INFO] type fo Sep 29, 2022 1:21:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Sep 29, 2022 1:21:21 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". Sep 29, 2022 1:21:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. Sep 29, 2022 1:21:21 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern for lang="en". Sep 29, 2022 1:21:21 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #2. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #3. Sep 29, 2022 1:21:22 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) Sep 29, 2022 1:21:22 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) Sep 29, 2022 1:21:22 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) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 73:944) Sep 29, 2022 1:21:22 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) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 73:944) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 73:944) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Sep 29, 2022 1:21:22 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) Sep 29, 2022 1:21:22 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) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 179:377) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 179:377) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 198:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 198:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 198:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 231:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 231:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 231:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 231:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #4. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #5. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #6. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #7. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #8. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #9. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #10. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 341:2622) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 341:2622) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 341:2622) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 345:962) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 345:962) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 345:962) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 349:948) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 349:948) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 349:948) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 8 of a paragraph overflows the available area by 7140 millipoints. (See position 353:962) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 353:962) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 353:962) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 353:962) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 5140 millipoints. (See position 353:962) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 357:923) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 357:923) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 357:923) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 15 of a paragraph overflows the available area by 700 millipoints. (See position 361:924) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 14 of a paragraph overflows the available area by 9580 millipoints. (See position 361:924) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 12 of a paragraph overflows the available area by 150 millipoints. (See position 361:924) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 11 of a paragraph overflows the available area by 9030 millipoints. (See position 361:924) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7350 millipoints. (See position 361:924) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 361:924) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 367:552) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 367:552) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 367:552) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 371:3089) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 371:3089) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 371:3089) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 375:913) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 375:913) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 375:913) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 379:913) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 379:913) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 379:913) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 383:916) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 383:916) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 383:916) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #11. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #12. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #13. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #14. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 410:1080) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 410:1080) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 410:1080) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 410:1080) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 29640 millipoints. (See position 469:685) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #15. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #16. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #17. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 535:1000) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 571:939) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 659:365) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 683:926) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 737:957) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 753:955) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 792:927) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 792:927) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #18. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #19. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #20. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #21. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #22. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #23. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #24. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #25. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 848:651) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 867:950) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 913:943) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 913:943) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 913:943) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 45106 millipoints. (See position 916:659) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 926:951) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 926:951) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 926:951) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #26. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #27. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 993:956) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1021:980) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1033:980) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1033:980) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #28. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #29. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #30. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1070:943) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1070:943) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #31. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #32. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #33. Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1107:866) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 1107:866) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1107:866) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1133:382) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1147:382) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1147:382) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1152:382) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1152:382) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1152:382) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1168:670) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1174:426) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1188:482) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1188:482) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1188:482) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1196:654) Sep 29, 2022 1:21:22 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1218:570) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1220:609) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1224:487) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1224:487) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1236:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1294:471) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1294:471) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1329:1438) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1329:1438) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1391:584) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1404:554) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1481:378) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1491:378) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1505:378) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1535:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1535:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1535:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1574:390) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1574:390) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1579:390) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1579:390) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1579:390) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1608:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1655:378) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1655:378) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1725:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1729:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1777:578) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1807:389) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1807:389) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1807:389) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1841:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1874:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1887:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 6000 millipoints. (See position 1899:787) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1917:513) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1946:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1954:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1954:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1954:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1970:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1970:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1970:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1970:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1986:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1986:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1986:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1986:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 2011:393) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 2016:393) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 2042:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 2042:382) Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #34. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #35. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #36. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #37. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #38. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #39. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #40. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #41. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #42. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #43. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #44. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #45. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #46. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #47. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #48. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #49. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #50. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #51. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #52. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #53. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #54. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #55. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #56. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #57. Sep 29, 2022 1:21:23 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #58. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/docs/target/docbook/user-guide.pdf has been generated. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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 Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Sep 29, 2022 1:21:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:21 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. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.175 s - in org.glassfish.tyrus.test.standard_config.MessageHandlersTest [INFO] Running org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTest Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.glassfish.tyrus.test.standard_config.HelloTest [INFO] Running org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest [INFO] Applying customization parameters after docbkx parameters [INFO] Chunking output. [INFO] See /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/docs/target/docbook for generated file(s) [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ tyrus-documentation --- Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. pool-4-thread-4 <429, 572) pool-4-thread-7 <858, 1000) pool-4-thread-2 <143, 286) pool-4-thread-3 <286, 429) pool-4-thread-5 <572, 715) pool-4-thread-6 <715, 858) pool-4-thread-1 <0, 143) Received messages: 1000/1000 Sep 29, 2022 1:21:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/docs/target/tyrus-documentation-2.1.99-SNAPSHOT-docbook.zip [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ tyrus-documentation --- [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.1.99-SNAPSHOT/tyrus-documentation-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/docs/target/tyrus-documentation-2.1.99-SNAPSHOT-docbook.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.1.99-SNAPSHOT/tyrus-documentation-2.1.99-SNAPSHOT-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/docs/target/docbook/user-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.1.99-SNAPSHOT/tyrus-documentation-2.1.99-SNAPSHOT-user-guide.pdf [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extensions-project >---------- [INFO] Building Tyrus Extension Modules 2.1.99-SNAPSHOT [21/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-extensions-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-extensions-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-extensions-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-extensions-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-extensions-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.1.99-SNAPSHOT/tyrus-extensions-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.tyrus.ext:tyrus-client-cli >-------------- [INFO] Building Tyrus CLI Client 2.1.99-SNAPSHOT [22/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-client-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-client-cli --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-client-cli --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-client-cli --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-client-cli --- [WARNING] **************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [jline-2.14.5.jar]. Please don't publish this project to a public artifact repository! * [WARNING] **************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:2.6:testResources (default-testResources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-client-cli --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-client-cli --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-client-cli --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-client-cli:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:jline] [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ tyrus-client-cli --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.1.0 in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.1.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:4.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:4.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:4.0.0 in the shaded jar. [INFO] Including jline:jline:jar:2.14.5 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] grizzly-framework-4.0.0.jar, grizzly-http-4.0.0.jar, grizzly-http-server-4.0.0.jar, jakarta.websocket-api-2.1.0.jar, jakarta.websocket-client-api-2.1.0.jar, jline-2.14.5.jar, tyrus-client-2.1.99-SNAPSHOT.jar, tyrus-client-cli-2.1.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar, tyrus-core-2.1.99-SNAPSHOT.jar, tyrus-spi-2.1.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.websocket-api-2.1.0.jar, jakarta.websocket-client-api-2.1.0.jar, tyrus-client-2.1.99-SNAPSHOT.jar, tyrus-client-cli-2.1.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar, tyrus-core-2.1.99-SNAPSHOT.jar, tyrus-spi-2.1.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] grizzly-framework-4.0.0.jar, grizzly-http-4.0.0.jar, grizzly-http-server-4.0.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.99-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-client-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-client-cli --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.1.99-SNAPSHOT/tyrus-client-cli-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.1.99-SNAPSHOT/tyrus-client-cli-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.1.99-SNAPSHOT/tyrus-client-cli-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-client-cli --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-cli/2.1.99-SNAPSHOT/tyrus-client-cli-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus.ext:tyrus-monitoring-jmx >------------ [INFO] Building Tyrus Monitoring JMX 2.1.99-SNAPSHOT [23/69] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-monitoring-jmx --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-monitoring-jmx --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-monitoring-jmx --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-monitoring-jmx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-monitoring-jmx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-monitoring-jmx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/BroadcastTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/BroadcastTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-monitoring-jmx --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Sep 29, 2022 1:21:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:21:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 s - in org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Sep 29, 2022 1:21:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 29, 2022 1:21:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-monitoring-jmx --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.1.99-SNAPSHOT/tyrus-monitoring-jmx-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.1.99-SNAPSHOT/tyrus-monitoring-jmx-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.1.99-SNAPSHOT/tyrus-monitoring-jmx-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extension-deflate >----------- [INFO] Building Tyrus Extension - Per Message Deflate 2.1.99-SNAPSHOT [24/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-extension-deflate --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-extension-deflate --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-extension-deflate --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-extension-deflate --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-extension-deflate --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-extension-deflate --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest Sep 29, 2022 1:21:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:21:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:32 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=[IHhkDh0syGGyjDjoFc1Tgg==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[dVhZXCAMnBxHbDVkFI+CDHUkHt8=], 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. Sep 29, 2022 1:21:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 s - in org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-extension-deflate --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-extension-deflate:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-extension-deflate --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.99-SNAPSHOT/tyrus-extension-deflate-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.99-SNAPSHOT/tyrus-extension-deflate-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.99-SNAPSHOT/tyrus-extension-deflate-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.99-SNAPSHOT/tyrus-extension-deflate-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.glassfish.tyrus.ext:tyrus-client-java8 >------------- [INFO] Building Tyrus Java8 Client Extension 2.1.99-SNAPSHOT [25/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client-java8 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-client-java8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-client-java8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-client-java8 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-client-java8 --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:2.6:testResources (default-testResources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-client-java8 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Sep 29, 2022 1:21:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Sep 29, 2022 1:21:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 29, 2022 1:21:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Running org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. partial: I find your lack of faith disturbing true Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.67 s - in org.glassfish.tyrus.ext.client.java8.SessionBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ tyrus-client-java8 --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-client-java8:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-client-java8 --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/target/tyrus-client-java8-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ tyrus-client-java8 --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.1.99-SNAPSHOT/tyrus-client-java8-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/target/tyrus-client-java8-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.1.99-SNAPSHOT/tyrus-client-java8-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/ext/client-java8/target/tyrus-client-java8-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.1.99-SNAPSHOT/tyrus-client-java8-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ tyrus-client-java8 --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-java8/2.1.99-SNAPSHOT/tyrus-client-java8-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus.samples:tyrus-samples-project >---------- [INFO] Building Tyrus Samples 2.1.99-SNAPSHOT [26/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-samples-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-samples-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-samples-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-samples-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-samples-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.1.99-SNAPSHOT/tyrus-samples-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.samples:tyrus-sample-auction >---------- [INFO] Building Tyrus Auction Sample 2.1.99-SNAPSHOT [27/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-auction --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-auction --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-auction --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-auction --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-auction --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-auction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-auction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-auction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/auction/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-auction --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/auction/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-auction --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-auction --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-auction --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-auction] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-auction --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-auction --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.99-SNAPSHOT/tyrus-sample-auction-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.99-SNAPSHOT/tyrus-sample-auction-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.99-SNAPSHOT/tyrus-sample-auction-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.99-SNAPSHOT/tyrus-sample-auction-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.tyrus.samples:tyrus-sample-cdi >------------ [INFO] Building Tyrus CDI Sample 2.1.99-SNAPSHOT [28/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-cdi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-cdi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-cdi --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-cdi --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/cdi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-cdi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.cdi.CdiTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.glassfish.tyrus.sample.cdi.CdiTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-cdi --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-cdi] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT.war Sep 29, 2022 1:21:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Sep 29, 2022 1:21:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 29, 2022 1:21:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [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/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-cdi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.99-SNAPSHOT/tyrus-sample-cdi-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.99-SNAPSHOT/tyrus-sample-cdi-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.99-SNAPSHOT/tyrus-sample-cdi-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.99-SNAPSHOT/tyrus-sample-cdi-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-chat >------------ [INFO] Building Tyrus Chat Sample 2.1.99-SNAPSHOT [29/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-chat --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-chat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-chat --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-chat --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-chat --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/chat/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-chat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/chatdata/ChatMessage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/chat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-chat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-chat --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-chat --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-chat] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-chat --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-chat --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.99-SNAPSHOT/tyrus-sample-chat-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.99-SNAPSHOT/tyrus-sample-chat-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.99-SNAPSHOT/tyrus-sample-chat-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.99-SNAPSHOT/tyrus-sample-chat-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-draw >------------ [INFO] Building Tyrus Draw Sample 2.1.99-SNAPSHOT [30/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-draw --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-draw --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-draw --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-draw --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-draw --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-draw --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-draw --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-draw --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/draw/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-draw --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/draw/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-draw --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-draw --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-draw --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-draw] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-draw --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-draw --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.99-SNAPSHOT/tyrus-sample-draw-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.99-SNAPSHOT/tyrus-sample-draw-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.99-SNAPSHOT/tyrus-sample-draw-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.99-SNAPSHOT/tyrus-sample-draw-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-echo >------------ [INFO] Building Tyrus Echo Sample 2.1.99-SNAPSHOT [31/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-echo --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-echo --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/echo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-echo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.echo.EchoTest Sep 29, 2022 1:21:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:21:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21: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] Sep 29, 2022 1:21:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s - in org.glassfish.tyrus.sample.echo.EchoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-echo --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.99-SNAPSHOT/tyrus-sample-echo-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.99-SNAPSHOT/tyrus-sample-echo-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.99-SNAPSHOT/tyrus-sample-echo-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.99-SNAPSHOT/tyrus-sample-echo-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-basic-auth >--------- [INFO] Building Tyrus Basic Auth Sample 2.1.99-SNAPSHOT [32/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-basic-auth --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-basic-auth --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-basic-auth --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-basic-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-basic-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-basic-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-basic-auth --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-basic-auth --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-basic-auth] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-basic-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-basic-auth --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.99-SNAPSHOT/tyrus-sample-basic-auth-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.99-SNAPSHOT/tyrus-sample-basic-auth-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.99-SNAPSHOT/tyrus-sample-basic-auth-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.99-SNAPSHOT/tyrus-sample-basic-auth-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-echo-https >--------- [INFO] Building Tyrus Secure Echo Sample 2.1.99-SNAPSHOT [33/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-echo-https --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-echo-https --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-echo-https --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-echo-https --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-echo-https --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-echo-https --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-echo-https --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-echo-https --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/echo-https/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/echo-https/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-echo-https --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-echo-https --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo-https] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-echo-https --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-echo-https --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.99-SNAPSHOT/tyrus-sample-echo-https-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.99-SNAPSHOT/tyrus-sample-echo-https-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.99-SNAPSHOT/tyrus-sample-echo-https-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.99-SNAPSHOT/tyrus-sample-echo-https-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-programmatic-echo >----- [INFO] Building Tyrus Programmatic Echo Sample 2.1.99-SNAPSHOT [34/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-programmatic-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-programmatic-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-programmatic-echo --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-programmatic-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-programmatic-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-programmatic-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/classes Sep 29, 2022 1:21:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Sep 29, 2022 1:21:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 29, 2022 1:21:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.61 s - in org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageSequenceTest Sep 29, 2022 1:21:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Sep 29, 2022 1:21:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:40 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: true Sep 29, 2022 1:21:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [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/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest ### CloseReason[1006,Closed abnormally.] Sep 29, 2022 1:21:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Sep 29, 2022 1:21:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:40 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.] Sep 29, 2022 1:21:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:21:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21: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] Sep 29, 2022 1:21:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 s - in org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-programmatic-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-programmatic-echo] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-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 [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-programmatic-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-programmatic-echo --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-simplelife >--------- [INFO] Building Tyrus Simple Life Sample 2.1.99-SNAPSHOT [35/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-simplelife --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-simplelife --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-simplelife --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-simplelife --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-simplelife --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-simplelife --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-simplelife --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-simplelife --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/simplelife/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-simplelife --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/simplelife/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-simplelife --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-simplelife --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-simplelife --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-simplelife] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-simplelife --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-simplelife --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.99-SNAPSHOT/tyrus-sample-simplelife-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.99-SNAPSHOT/tyrus-sample-simplelife-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.99-SNAPSHOT/tyrus-sample-simplelife-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.99-SNAPSHOT/tyrus-sample-simplelife-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-shared-collection >----- [INFO] Building Tyrus Shared Collection Sample 2.1.99-SNAPSHOT [36/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-sample-shared-collection --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-sample-shared-collection --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-sample-shared-collection --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-sample-shared-collection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-shared-collection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-shared-collection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-sample-shared-collection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-shared-collection --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-shared-collection] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-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/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-sample-shared-collection --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-sample-shared-collection --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.99-SNAPSHOT/tyrus-sample-shared-collection-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.99-SNAPSHOT/tyrus-sample-shared-collection-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.99-SNAPSHOT/tyrus-sample-shared-collection-2.1.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.99-SNAPSHOT/tyrus-sample-shared-collection-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-containers >---------- [INFO] Building Tyrus Container Tests 2.1.99-SNAPSHOT [37/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-containers --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-containers --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-containers --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-containers --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-containers --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-containers --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-containers --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.1.99-SNAPSHOT/tyrus-tests-containers-2.1.99-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.tyrus.tests:tyrus-tests-containers-jdk-client >----- [INFO] Building Tyrus JDK Containers Tests 2.1.99-SNAPSHOT [38/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-containers-jdk-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-containers-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-containers-jdk-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-containers-jdk-client --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-containers-jdk-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-containers-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-containers-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-containers-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-containers-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-containers-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-containers-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-containers-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-containers-jdk-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.container.jdk.client.UnknownHostTest Sep 29, 2022 1:21:43 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: BEGIN COUNT: 31 Sep 29, 2022 1:21:43 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: AFTER WARMUP COUNT: 34 Sep 29, 2022 1:21:43 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: END COUNT: 34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s - in org.glassfish.tyrus.container.jdk.client.UnknownHostTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-containers-jdk-client --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-containers-jdk-client] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-containers-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-containers-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.1.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.1.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.1.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-containers-servlet >------ [INFO] Building Tyrus Servlet Containers Tests 2.1.99-SNAPSHOT [39/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-containers-servlet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-containers-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-containers-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-containers-servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-containers-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-containers-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-containers-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-containers-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-containers-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-containers-servlet --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Sep 29, 2022 1:21:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Sep 29, 2022 1:21:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21: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.] Sep 29, 2022 1:21:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Sep 29, 2022 1:21:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### OnError: ### CloseReason[1001,Going away.] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@62fd6f1[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@cd7bd81[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@210526b]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@432d5850[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] Sep 29, 2022 1:21:44 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) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:520) Sep 29, 2022 1:21:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) [INFO] Running org.glassfish.tyrus.test.container.servlet.TyrusServletContainerInitializerLoaderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.glassfish.tyrus.test.container.servlet.TyrusServletContainerInitializerLoaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-containers-servlet --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-containers-servlet] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-containers-servlet --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-containers-servlet --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.1.99-SNAPSHOT/tyrus-tests-containers-servlet-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.1.99-SNAPSHOT/tyrus-tests-containers-servlet-2.1.99-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-tests-e2e >-------------- [INFO] Building Tyrus End-to-End Tests 2.1.99-SNAPSHOT [40/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.1.99-SNAPSHOT/tyrus-tests-e2e-2.1.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-appconfig >--------- [INFO] Building Tyrus End-to-End Application Config Tests 2.1.99-SNAPSHOT [41/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-appconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-appconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-appconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/target/generated-sources/rsrc-gen added. [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/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-appconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 s - in org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:45 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='741ca4b8-f471-483d-85ea-feb30e4e7024', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@6828eeee, 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@2d2a6d8f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4bb0e1c1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1c4d05c4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@333dd73d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4d0592c0, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@177dc48, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@75e09a87, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@28393f39, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@494b2b6c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@76612b91, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7a4a378, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@66059442, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7605c3a5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@9c75357, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b5a9e74, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@61b7a8d9, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@39f747a1, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='741ca4b8-f471-483d-85ea-feb30e4e7024', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@6828eeee, 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@2d2a6d8f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4bb0e1c1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1c4d05c4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@333dd73d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4d0592c0, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@177dc48, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@75e09a87, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@28393f39, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@494b2b6c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@76612b91, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7a4a378, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@66059442, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7605c3a5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@9c75357, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b5a9e74, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@61b7a8d9, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@39f747a1, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:45 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='7d0b57be-ec11-44f5-b1f5-ada40c42125a', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@283fe9ed, 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@6d3d728e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@73f0d6de, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5c9addc5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@bbd273a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@d128dc1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7821ec9b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@72df62af, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@10b90f39, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@95cf46a, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7e6e94ee, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@77ad5b96, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2fb5429d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@41241ca5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b67398b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@568bba9a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@53afbb7c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@320f5498, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='7d0b57be-ec11-44f5-b1f5-ada40c42125a', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@283fe9ed, 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@6d3d728e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@73f0d6de, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5c9addc5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@bbd273a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@d128dc1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7821ec9b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@72df62af, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@10b90f39, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@95cf46a, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7e6e94ee, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@77ad5b96, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2fb5429d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@41241ca5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b67398b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@568bba9a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@53afbb7c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@320f5498, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:45 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='eabae599-5c85-4500-9c37-1b1c272d3a4d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@1a590274, 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@5f5b9f5b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@44a924fd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6ece649d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3cd68192, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3f746014, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@327725cb, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2f805594, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@27d28be7, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3b3a3bc9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@30680818, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1de9c774, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2ed7fa9d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@445978fd, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@348180a6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@67003325, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@76122e4a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@79832ee5, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='eabae599-5c85-4500-9c37-1b1c272d3a4d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@1a590274, 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@5f5b9f5b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@44a924fd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6ece649d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3cd68192, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3f746014, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@327725cb, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2f805594, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@27d28be7, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3b3a3bc9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@30680818, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1de9c774, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2ed7fa9d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@445978fd, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@348180a6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@67003325, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@76122e4a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@79832ee5, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:45 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='a75335e7-35ca-44a1-9945-d3b3af855a87', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@2f6fcc5c, 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@6a6d57d5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@725b2373, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5bcdbffb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@a1195f2, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@a42a89a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@21a9521a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@17ad13b3, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1115bab1, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@e0cd671, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@65de7c28, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1a11cbab, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@26ed2a6a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4ebadf98, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5813d55b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4c4b1161, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@33accf8, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1be49518, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='a75335e7-35ca-44a1-9945-d3b3af855a87', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@2f6fcc5c, 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@6a6d57d5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@725b2373, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5bcdbffb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@a1195f2, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@a42a89a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@21a9521a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@17ad13b3, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1115bab1, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@e0cd671, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@65de7c28, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1a11cbab, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@26ed2a6a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4ebadf98, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5813d55b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4c4b1161, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@33accf8, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1be49518, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1000] Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:21:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:45 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='bde30968-7d9d-450d-ba43-26afbb46c10d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@743aa6f, 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@424124e3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@11a1a68d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7349408f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@69439c5b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@226edbac, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3ee794a2, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@713f6c9, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@72471334, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2620056b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@24e0c789, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3cddc862, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@76c9a27e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@50e4ea91, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@729aa38b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@20d6eb62, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1bb77754, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6cf0a6d1, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='bde30968-7d9d-450d-ba43-26afbb46c10d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@743aa6f, 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@424124e3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@11a1a68d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7349408f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@69439c5b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@226edbac, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3ee794a2, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@713f6c9, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@72471334, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2620056b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@24e0c789, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3cddc862, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@76c9a27e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@50e4ea91, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@729aa38b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@20d6eb62, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1bb77754, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6cf0a6d1, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:46 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='45f71b03-2a15-45c6-aaf7-5d163276fc16', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@5c0e8d70, 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@190c1895, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@782b2b52, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@28dfe29b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@128ffd, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7923e7da, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@58732217, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@f6fd8b8, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1b16c3cf, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7d6dfa40, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3ccf1c60, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4d94a959, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@60b1039f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@729c5a33, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@36f4641c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5e42ddfa, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@36878056, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@265a0977, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='45f71b03-2a15-45c6-aaf7-5d163276fc16', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@5c0e8d70, 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@190c1895, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@782b2b52, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@28dfe29b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@128ffd, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7923e7da, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@58732217, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@f6fd8b8, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1b16c3cf, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7d6dfa40, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3ccf1c60, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4d94a959, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@60b1039f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@729c5a33, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@36f4641c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5e42ddfa, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@36878056, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@265a0977, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:46 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 d6b6cae1-e79e-4af2-8fac-17014e0255f0, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose Client session closed with reason: 'CloseReason[1000]' 5d4f62dc-182e-405a-9d79-dc2262b954fa, CloseReason[1000] Server onClose 497ab18c-031f-46ec-8fbe-f66576b2b45e, CloseReason[1000] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:46 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 bf5e0faa-05f3-4cb6-9848-d1ac8d434b1c, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 8344627b-69fb-4d4c-b90d-b65e4465ff09, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 890a0773-189f-4eff-9232-365d626eeae8, CloseReason[1000] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s - in org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:21:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Sep 29, 2022 1:21:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:44 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.] Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 s - in org.glassfish.tyrus.test.e2e.appconfig.ErrorTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:47 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=[CHciT2XTyLkZCkaE7Oa83Q==], 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@3775a2b4 :: [] ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3775a2b4 :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@a20cf96 :: [] org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='c1e63d3b-370d-4f74-9c84-57efc921d9a3', 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@613a8ee1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@178213b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7103cb56, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1b765a2c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2e8e8225, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6ebf0f36, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@18920cc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2807bdeb, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@72c28d64, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6492fab5, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2c5529ab, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@39a8312f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5f6722d3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2c532cd8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@294e5088, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@51972dc7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3700ec9c, type=class java.io.InputStream}]}} ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@a20cf96 :: [] ##### TestExtendedExtension getName: ext2 ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[CymV3rTbULYsARQoN371VSmiLNU=], sec-websocket-extensions=[ext1, ext2], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint server onMessage. client onMessage. Sep 29, 2022 1:21:47 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='c1e63d3b-370d-4f74-9c84-57efc921d9a3', 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@613a8ee1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@178213b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7103cb56, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1b765a2c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2e8e8225, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6ebf0f36, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@18920cc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2807bdeb, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@72c28d64, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6492fab5, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2c5529ab, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@39a8312f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5f6722d3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2c532cd8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@294e5088, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@51972dc7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3700ec9c, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3775a2b4 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3775a2b4 Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@a20cf96 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@a20cf96 Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:47 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=[sPJHbKwEXOoY+0fR2sRZdw==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@6a653cd :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@7cddb052 :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[kr5ZjcZ2iJeldNPRpKjrLgOLWYk=], sec-websocket-extensions=[TestExtendedExtension], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='d7281c32-72dd-4059-a3bd-5fbd2b91c13d', 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@71cf1b07, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@615091b8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4fce136b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4aa83f4f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@43b6123e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@260e86a1, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@19648c40, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@12bd8a64, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@61e94def, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3300f4fd, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@ebb6851, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@70ab2d48, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5b068087, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6f152006, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3a393455, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@13518f37, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7cbc3762, type=class java.io.InputStream}]}} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint server onMessage. client onMessage. org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='d7281c32-72dd-4059-a3bd-5fbd2b91c13d', 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@71cf1b07, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@615091b8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4fce136b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4aa83f4f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@43b6123e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@260e86a1, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@19648c40, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@12bd8a64, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@61e94def, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3300f4fd, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@ebb6851, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@70ab2d48, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5b068087, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6f152006, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3a393455, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@13518f37, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7cbc3762, type=class java.io.InputStream}]}} Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@6a653cd Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@7cddb052 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:47 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='4bce336c-4f71-4498-a6d4-ec1b485b428b', 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@4218500f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4bff64c2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1b2c4efb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c35172e, 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@c2db68f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3cc41abc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4566d049, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@61ce23ac, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3668d4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1c3b9394, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6f2cfcc2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7f6f61c8, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4c2cc639, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@ccb4b1b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4097cac, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@ec2cc4, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2a5b3fee, 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='4bce336c-4f71-4498-a6d4-ec1b485b428b', 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@4218500f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4bff64c2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1b2c4efb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c35172e, 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@c2db68f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3cc41abc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4566d049, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@61ce23ac, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3668d4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1c3b9394, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6f2cfcc2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7f6f61c8, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4c2cc639, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@ccb4b1b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4097cac, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@ec2cc4, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2a5b3fee, 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='aafb9652-5ec1-4444-a9b9-958e4ba77058', 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@4218500f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4bff64c2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1b2c4efb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c35172e, 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@c2db68f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3cc41abc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4566d049, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@61ce23ac, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3668d4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1c3b9394, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6f2cfcc2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7f6f61c8, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4c2cc639, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@ccb4b1b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4097cac, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@ec2cc4, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2a5b3fee, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:47 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() Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-e2e-appconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-appconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.1.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/application-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.1.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.1.99-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-e2e-nondeployable >------- [INFO] Building Tyrus End-to-End Non-deployable Tests 2.1.99-SNAPSHOT [42/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-nondeployable --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-nondeployable --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-nondeployable --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/target/generated-sources/rsrc-gen added. [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/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-nondeployable --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Sep 29, 2022 1:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:21:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. -1 ### Sep 29, 2022 1:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.565 s - in org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Sep 29, 2022 1:21:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:47 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.] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s - in org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Sep 29, 2022 1:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:21:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 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: Nj2U0OoIYij67FvVXxdutg== # Sec-WebSocket-Version: 13 # Upgrade: websocket ##### MyExtendedExtension getName ##### MyExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@6c8b5d99 :: [TyrusParameter{name='basicParam1', value='basicValue1'}] ##### MyExtendedExtension [[param1=value1]] ##### MyExtendedExtension ##### MyExtendedExtension getName ##### MyExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@49ad1007 :: [TyrusParameter{name='param1', value='value1'}] ##### MyExtendedExtension getName org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='78c87015-6a60-4d37-9770-5a11a08eb212', 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@52b1beb6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@273e7444, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7db12bb6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@783a467b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@272113c4, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@73e9cf30, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@771a660, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2d52216b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@242b836, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3f6f6701, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3527942a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@942a29c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1ed6388a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5a45133e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@534a5a98, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4f80542f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@60bd273d, type=class java.io.InputStream}]}} ##### afterResponse # connection: Upgrade # sec-websocket-accept: 2wuodMfbCSCSvM3ytM4alb3QSj8= # 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=113509120} ##### 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} Sep 29, 2022 1:21:50 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='78c87015-6a60-4d37-9770-5a11a08eb212', 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@52b1beb6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@273e7444, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7db12bb6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@783a467b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@272113c4, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@73e9cf30, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@771a660, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2d52216b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@242b836, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3f6f6701, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3527942a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@942a29c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1ed6388a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5a45133e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@534a5a98, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4f80542f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@60bd273d, type=class java.io.InputStream}]}} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@6c8b5d99 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### MyExtendedExtension processOutgoing :: 4 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=true, opcode=8, payloadLength=20, maskingKey=-161559893} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@49ad1007 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 s - in org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.383 s - in org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41225] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41225 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [a31974c3-8194-410e-964e-b233ef379b28] SENT: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [a31974c3-8194-410e-964e-b233ef379b28] RECEIVED: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41225] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36749] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:45333] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36449] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:35281] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:34939] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38947] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:37663] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38947 Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:34939 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36749 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:37663 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:42223] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:35281 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36449 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:45333 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:42223 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:33947] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:33947 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:40611] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:40611 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [dfe5eb03-1842-47c1-a917-2dc7cab47688] SENT: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [b77b35d4-8679-4ad7-8e28-e1a2300ae2fc] SENT: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [96e5d09a-bfc9-46b9-aad5-ffcc10ceb852] SENT: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [c2d839a4-5275-4bfc-ac0f-f1524a4b7ac4] SENT: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [c312b2f0-1546-45e9-92f5-1f9dbeb47429] SENT: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [96e5d09a-bfc9-46b9-aad5-ffcc10ceb852] RECEIVED: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [5b10bceb-4ebc-48c3-94e2-1c7a426c7044] SENT: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:42223] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [c312b2f0-1546-45e9-92f5-1f9dbeb47429] RECEIVED: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:35281] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [ae799e5c-7278-4d54-820a-dabbe9fc4a53] SENT: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [ae799e5c-7278-4d54-820a-dabbe9fc4a53] RECEIVED: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:37663] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [03dbfdea-0e03-4ba1-b0db-ceabd45eab5f] SENT: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [dfe5eb03-1842-47c1-a917-2dc7cab47688] RECEIVED: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36449] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [c2d839a4-5275-4bfc-ac0f-f1524a4b7ac4] RECEIVED: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:45333] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [6de43c13-6b83-49db-b96d-1417c106201d] SENT: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [dd408c5b-f3d9-4da0-8d23-76e6241d84a2] SENT: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [5b10bceb-4ebc-48c3-94e2-1c7a426c7044] RECEIVED: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36749] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [b77b35d4-8679-4ad7-8e28-e1a2300ae2fc] RECEIVED: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [6de43c13-6b83-49db-b96d-1417c106201d] RECEIVED: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [03dbfdea-0e03-4ba1-b0db-ceabd45eab5f] RECEIVED: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:33947] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:34939] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38947] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [dd408c5b-f3d9-4da0-8d23-76e6241d84a2] RECEIVED: It's a trap! Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:40611] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/e2e-test/echoProgrammatic Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1006,Closed abnormally.] Sep 29, 2022 1:21:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 s - in org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Sep 29, 2022 1:21:54 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. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 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. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Sep 29, 2022 1:21:54 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. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@56a4f272 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@3ee0b4f7 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@79b84841 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4d41ba0f Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@3c87e6b7 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@77bbadc Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@3c3a0032 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7ceb4478 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7fdab70c Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@25ad4f71 Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 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. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-218] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-219] 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. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-220] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-221] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-222] Started. Received headers: [my-header-value-1, my-header-value-2] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-223] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 4.0.0 org.glassfish.tyrus.tests tyrus-tests-e2e 2.1.99-SNAPSHOT war tyrus-tests-e2e-nondeployable Tyrus End-to-End Non-deployable Tests org.glassfish.tyrus tyrus-core org.glassfish.tyrus tyrus-container-grizzly-client org.glassfish.tyrus tyrus-container-jdk-client org.glassfish.tyrus tyrus-container-inmemory org.glassfish.tyrus.tests tyrus-test-tools com.sun.xml.bind jaxb-osgi test Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-224] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7afc4db9 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1a1f5f71 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@63884e4 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@524270b8 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4acb7ecc Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2a4f5433 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6812fa3a Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@29149030 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@38b8b6c0 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@68868328 Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-225] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-226] Started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-227] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-228] Started. RetryAfterException received. received message: Do or do not, there is no try. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-229] Started. Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-230] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-231] Started. Sep 29, 2022 1:21:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-232] Started. Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-233] Started. Sep 29, 2022 1:21:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-234] Started. Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-235] Started. Sep 29, 2022 1:21:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-236] Started. Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Sep 29, 2022 1:21:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false Sep 29, 2022 1:21:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1006,Closed abnormally.] Sep 29, 2022 1:21:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Sep 29, 2022 1:21:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:56 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@1ee93df4[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@5fd437cf[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@5bebb8ed]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@51298a8f[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4] ### CloseReason[1001,Going away.] Sep 29, 2022 1:21:56 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) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:520) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1017) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) Sep 29, 2022 1:21:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-237] Started. Sep 29, 2022 1:21:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-238] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-239] Started. Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-240] Started. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-241] Started. Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-242] Started. received message: Do or do not, there is no try. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-243] Started. Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-244] Started. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-245] Started. Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-246] Started. Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 29, 2022 1:21:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.249 s - in org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 66, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-e2e-nondeployable --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-nondeployable] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.1.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/non-deployable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.1.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.1.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-stdconfig >--------- [INFO] Building Tyrus End-to-End Standard Config Tests 2.1.99-SNAPSHOT [43/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-stdconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-stdconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-stdconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/target/generated-sources/rsrc-gen added. [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/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-stdconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/target/test-classes at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:21:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Sep 29, 2022 1:21:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1006,Closed abnormally.] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.142 s - in org.glassfish.tyrus.test.standard_config.MessageSequenceTest [INFO] Running org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 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 Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest.Endpoint2. org.glassfish.tyrus.core.MessageTooBigException: Message too long; allowed message size is 5 bytes. (Current message length is 6 bytes). at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkMessageSize(TyrusSession.java:557) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:628) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:917) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:118) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.RemoteTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.glassfish.tyrus.test.standard_config.RemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 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@30754948 Server successfully got message: 1234 Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.BroadcasterTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.glassfish.tyrus.test.standard_config.BroadcasterTest [INFO] Running org.glassfish.tyrus.test.standard_config.DecodedObjectTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 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 Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 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 Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 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 Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.glassfish.tyrus.test.standard_config.DecodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.glassfish.tyrus.test.standard_config.SimpleRemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 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 Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.standard_config.ClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.PartialBinaryTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.tyrus.test.standard_config.PartialBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest [INFO] Running org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.glassfish.tyrus.test.standard_config.AnnotatedClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.TestHello404 Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.tyrus.test.standard_config.TestHello404 [INFO] Running org.glassfish.tyrus.test.standard_config.ProxyTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Handle CONNECT start . . . Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Handle CONNECT start . . . Connection to proxy established. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.081 s - in org.glassfish.tyrus.test.standard_config.ProxyTest [INFO] Running org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest [INFO] Running org.glassfish.tyrus.test.standard_config.SubProtocolTest Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.tyrus.test.standard_config.SubProtocolTest [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus109Test Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s - in org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.PingPongTest Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "" ### PingPongEndpoint - received pong "" Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "" ### Client - received pong "" Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.core.TyrusEndpointWrapper onError WARNING: Unexpected error, closing connection. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@70651fb3[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@31581588[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@3567977b]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@305aca10[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:520) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPong(TyrusEndpointWrapper.java:1142) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onPong(TyrusWebSocket.java:223) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.PongFrame.respond(PongFrame.java:46) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "ping message client" ### Client - received pong "ping message client" Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "ping message server" ### PingPongEndpoint - received pong "ping message server" Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.glassfish.tyrus.test.standard_config.PingPongTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextTest Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! STREAMINGCLIENT opened ! Client sending: here Wrapped: Basic Server sending: thank 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 ! Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.glassfish.tyrus.test.standard_config.StreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferSizeTest Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.StringEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TextBuffer.appendMessagePart(TextBuffer.java:41) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:956) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.checkClosedSession(InputStreamBuffer.java:197) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.getNextByte(InputStreamBuffer.java:92) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.BufferedInputStream.read(BufferedInputStream.java:42) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.BufferSizeTest$InputStreamEndpoint.doThat(BufferSizeTest.java:349) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:655) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer$1.run(InputStreamBuffer.java:158) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:830) Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.appendMessagePart(InputStreamBuffer.java:141) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1039) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ByteArrayEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.BinaryBuffer.appendMessagePart(BinaryBuffer.java:54) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1059) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.checkClosedSession(ReaderBuffer.java:195) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.getNextChars(ReaderBuffer.java:92) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.BufferedStringReader.read(BufferedStringReader.java:42) at java.base/java.io.Reader.read(Reader.java:210) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.BufferSizeTest$ReaderEndpoint.doThat(BufferSizeTest.java:250) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:655) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer$1.run(ReaderBuffer.java:155) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:830) Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.appendMessagePart(ReaderBuffer.java:136) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:936) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.glassfish.tyrus.test.standard_config.BufferSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientManagerTest Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22: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 Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.standard_config.ClientManagerTest [INFO] Running org.glassfish.tyrus.test.standard_config.userproperties.UserPropertiesTest Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in org.glassfish.tyrus.test.standard_config.userproperties.UserPropertiesTest [INFO] Running org.glassfish.tyrus.test.standard_config.userproperties.OnOpenTest Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.standard_config.userproperties.OnOpenTest [INFO] Running org.glassfish.tyrus.test.standard_config.QueryParamTest Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.glassfish.tyrus.test.standard_config.QueryParamTest [INFO] Running org.glassfish.tyrus.test.standard_config.OriginTest Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. jakarta.websocket.DeploymentException: Handshake error. at org.glassfish.tyrus.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:658) at org.glassfish.tyrus.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$3.run(ClientManager.java:696) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.tyrus.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$SameThreadExecutorService.execute(ClientManager.java:849) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) at org.glassfish.tyrus.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:493) at org.glassfish.tyrus.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:337) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.OriginTest.testInvalidOrigin(OriginTest.java:93) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at junit@4.13.2/org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at junit@4.13.2/org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at junit@4.13.2/org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at junit@4.13.2/org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at junit@4.13.2/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at junit@4.13.2/org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at junit@4.13.2/org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at junit@4.13.2/org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at junit@4.13.2/org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at junit@4.13.2/org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at junit@4.13.2/org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at junit@4.13.2/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit@4.13.2/org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: org.glassfish.tyrus.core.HandshakeException: Response code was not 101: 403. at org.glassfish.tyrus.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.client.TyrusClientEngine.processResponse(TyrusClientEngine.java:301) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleHandshake(GrizzlyClientFilter.java:323) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleRead(GrizzlyClientFilter.java:292) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.glassfish.tyrus.test.standard_config.OriginTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:21:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:21:59 PM org.glassfish.tyrus.core.AnnotatedEndpoint callMethod INFO: Exception thrown from onError method public void org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(java.lang.Throwable,jakarta.websocket.Session). java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:586) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:559) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.onOpen(AnnotatedEndpoint.java:606) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onConnect(TyrusEndpointWrapper.java:756) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onConnect(TyrusWebSocket.java:139) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusConnection.(TyrusWebSocketEngine.java:793) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$SuccessfulUpgradeInfo.createConnection(TyrusWebSocketEngine.java:729) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleHandshake(GrizzlyServerFilter.java:246) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:179) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.RuntimeException: java.lang.RuntimeException: testException at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(Tyrus109Test.java:66) ... 27 more Caused by: java.lang.RuntimeException: testException at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.open(Tyrus109Test.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) ... 20 more Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 s - in org.glassfish.tyrus.test.standard_config.Tyrus109Test [INFO] Running org.glassfish.tyrus.test.standard_config.JsonTest Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: {"REPLY":"Danny"} Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.glassfish.tyrus.test.standard_config.JsonTest [INFO] Running org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.test.standard_config.RequestParameterMapTest [INFO] Running org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.OnCloseTest Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.SessionTestAllMethodsAfterCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:545) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:207) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:658) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:591) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:861) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 #### received: CloseReason[1000] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 #### received: CloseReason[1001] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 #### received: CloseReason[1002] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 #### received: CloseReason[1003] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 #### received: CloseReason[1007] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 #### received: CloseReason[1008] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 #### received: CloseReason[1009] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 #### received: CloseReason[1010] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 #### received: CloseReason[1011] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 #### received: CloseReason[1012] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 #### received: CloseReason[1013] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 ### Received closeReason: 1000 Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 ### Received closeReason: 1001 Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 ### Received closeReason: 1002 Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 ### Received closeReason: 1003 Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 ### Received closeReason: 1007 Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 ### Received closeReason: 1008 Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 ### Received closeReason: 1009 Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 ### Received closeReason: 1010 Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 ### Received closeReason: 1011 Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 ### Received closeReason: 1000 Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 ### Received closeReason: 1000 Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Sep 29, 2022 1:22:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:02 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.DoubleCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:545) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:207) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:658) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:591) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:861) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 s - in org.glassfish.tyrus.test.standard_config.OnCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Sep 29, 2022 1:22:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:02 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 Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus203Test Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Sep 29, 2022 1:22:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 50662ebf-9322-4a94-92bb-d5e726bb22a1 Client2 @OnMessage -> second:test 7dc0f30c-f312-472f-b7ca-d5447ed301fa Client1 @OnMessage -> first:test Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.glassfish.tyrus.test.standard_config.Tyrus203Test [INFO] Running org.glassfish.tyrus.test.standard_config.HandshakeTest Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Sep 29, 2022 1:22:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:02 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 Sep 29, 2022 1:22:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.standard_config.HandshakeTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 189, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-e2e-stdconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-stdconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.1.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.1.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.1.99-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jdk8 >----------- [INFO] Building Tyrus End-to-End Java 8 Tests 2.1.99-SNAPSHOT [44/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-jdk8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-jdk8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-jdk8 --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/target/generated-sources/rsrc-gen added. [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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-jdk8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8026] Sep 29, 2022 1:22:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.149 s - in org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientCloseTest Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.tyrus.test.standard_config.ClientCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 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 ! Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingInputTest Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 s - in org.glassfish.tyrus.test.standard_config.BlockingInputTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncodedObjectTest Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 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 Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = hello Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 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 Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = encoded5 Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.glassfish.tyrus.test.standard_config.EncodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. RECEIVED HEADERS: [my-header-value-1, my-header-value-2] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest [INFO] Running org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryTest Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.glassfish.tyrus.test.standard_config.BinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.HeartbeatTest Sep 29, 2022 1:22:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:04 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] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:04 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] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s - in org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:04 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] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:04 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] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.glassfish.tyrus.test.e2e.jdk8.LambdaTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:04 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] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-e2e-jdk8 --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-jdk8] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.1.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.1.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.1.99-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jetty >----------- [INFO] Building Tyrus End-to-End Tests running on Jetty 2.1.99-SNAPSHOT [45/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-jetty --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-jetty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-jetty --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.1.99-SNAPSHOT/tyrus-tests-e2e-jetty-2.1.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-basic >-------- [INFO] Building Tyrus End-to-End Basic Auth Tests 2.1.99-SNAPSHOT [46/69] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-auth-basic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-e2e-auth-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-e2e-auth-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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.10.1:compile (default-compile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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.1.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 --- Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Sep 29, 2022 1:22:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Sep 29, 2022 1:22:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Sep 29, 2022 1:22:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.243 s - in org.glassfish.tyrus.test.standard_config.HeartbeatTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTextTest Sep 29, 2022 1:22:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Sep 29, 2022 1:22:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:07 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='3313de95-898e-4dee-a605-a3177230caa4', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@773cbf4f, contextPath='/e2e-test', endpointPath=/e2e-test/hellotext, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6b54655f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@665e9289, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7d3430a7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6f603e89, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2756c0a7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@350ec41e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@69637b10, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@71984c3, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@165b2f7f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5536379e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@277f7dd3, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6c8bca63, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2364305a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@470a696f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1bc715b8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@292d1c71, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2b491fee, type=class java.io.InputStream}]}} HELLOCLIENT received: server hello Sep 29, 2022 1:22:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.tyrus.test.standard_config.HelloTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Sep 29, 2022 1:22:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Sep 29, 2022 1:22:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Sep 29, 2022 1:22:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Sep 29, 2022 1:22:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:08 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Sep 29, 2022 1:22:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:08 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Sep 29, 2022 1:22:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:08 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Sep 29, 2022 1:22:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Message received: Nothing Message received: Nothing Message received: Nothing Client message received Sep 29, 2022 1:22:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Logging initialized @211018ms [INFO] Configuring Jetty for project: Tyrus End-to-End Basic Auth Tests [INFO] webAppSourceDirectory not set. Trying src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp [INFO] jetty-9.2.1.v20140609 [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@1cb7be16{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/} java.lang.RuntimeException: Error scanning file BasicAuthEchoEndpoint.class at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:708) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:834) Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:973) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:702) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:834) [WARNING] !RequestLog [INFO] Started ServerConnector@351dc73e{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @211290ms [INFO] Started Jetty Server [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-auth-basic --- [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@351dc73e{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@1cb7be16{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-auth-basic --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.1.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.1.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.1.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-digest >-------- [INFO] Building Tyrus End-to-End Digest Auth Tests 2.1.99-SNAPSHOT [47/69] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-auth-digest --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-e2e-auth-digest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-e2e-auth-digest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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.10.1:compile (default-compile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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.1.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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp [INFO] jetty-9.2.1.v20140609 [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@301abc6e{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/} java.lang.RuntimeException: Error scanning file DigestAuthEchoEndpoint.class at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:708) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:834) Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:973) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:702) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:834) [WARNING] !RequestLog Sep 29, 2022 1:22:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Sep 29, 2022 1:22:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Started ServerConnector@6ec6ef64{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @212191ms [INFO] Started Jetty Server [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-auth-digest --- [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@6ec6ef64{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@301abc6e{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-auth-digest --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.1.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.1.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.1.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-project >---- [INFO] Building Tyrus Server Integration Tests 2.1.99-SNAPSHOT [48/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.1.99-SNAPSHOT/tyrus-tests-servlet-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-async >----- [INFO] Building Tyrus Servlet Async Tests 2.1.99-SNAPSHOT [49/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-async --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-async --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-async --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-async --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.892 s - in org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.glassfish.tyrus.tests.servlet.async.AsyncTextTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-async --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-async] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-async --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-async --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.1.99-SNAPSHOT/tyrus-tests-servlet-async-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.1.99-SNAPSHOT/tyrus-tests-servlet-async-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.1.99-SNAPSHOT/tyrus-tests-servlet-async-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-autobahn-server >-- [INFO] Building Tyrus Autobahn Echo Server 2.1.99-SNAPSHOT [50/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-autobahn-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-autobahn-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-autobahn-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-autobahn-server --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-autobahn-server] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-autobahn-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.1.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.1.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.1.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-basic >----- [INFO] Building Tyrus Servlet Basic Tests 2.1.99-SNAPSHOT [51/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-basic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-basic --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/test/ServletTestBase.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/test/ServletTestBase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/test/ServletTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-basic --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.basic.test.WsServletTest Sep 29, 2022 1:22:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Sep 29, 2022 1:22:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 1664457733484### !closed CloseReason[1006,Closed abnormally.] Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.182 s - in org.glassfish.tyrus.test.standard_config.SessionTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.HostVerificationTest 1664457737493### !closed CloseReason[1006,Closed abnormally.] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.004 s - in org.glassfish.tyrus.test.standard_config.HostVerificationTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloBinaryTest Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:17 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 Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.test.standard_config.HelloBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.ExtensionsTest Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.glassfish.tyrus.test.standard_config.ExtensionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:17 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 STREAMINGBSERVER piece came: is STREAMINGBCLIENT Client sending: string ! true 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 ! Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.tyrus.test.standard_config.StreamingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.glassfish.tyrus.test.standard_config.MessageParamOrderTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='86a43186-e989-459a-8a5f-5ed8ad10ce8f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@1a2e2935, 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@733c423e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b629f13, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@70925b45, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1b9ea3e3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@aa22f1c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@55e7a35c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@37cd92d6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5922ae77, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4263b080, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2af616d3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@71f67a79, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3deb2326, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@62d363ab, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7889a1ac, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3aee3976, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5ef8df1e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@27cf3151, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='f58270ec-f34e-4490-b057-bf42a02814a1', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@453e69ee, 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@3cff2d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7f91cf46, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@31f63ce7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7b1522e, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@60130062, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@118918d9, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@11180f0b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1cb51f24, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@645d1cc0, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3d4b9f42, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6c7abfb7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5882d123, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@54357def, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@356549a4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@cdbdfb8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@429e0cc9, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3dbbcb70, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='4e43b69c-a315-40db-a36e-1bd1063e3d4c', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@1a2e2935, 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@733c423e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b629f13, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@70925b45, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1b9ea3e3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@aa22f1c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@55e7a35c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@37cd92d6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5922ae77, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4263b080, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2af616d3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@71f67a79, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3deb2326, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@62d363ab, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7889a1ac, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3aee3976, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5ef8df1e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@27cf3151, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='b7c1c6ff-31aa-4a37-98cb-e134743eabd0', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@5369bb5c, 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@166b3f55, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@412c9d04, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@27372d0a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@399ad1eb, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7644c01a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@53a5a76b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4de49f68, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@229e1ab6, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@720a5aef, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@c6a353a, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@659ce400, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@378509af, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1778f092, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4a66d4a2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4858950a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@578f25df, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7a3b3dc, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='feaf0f0a-04aa-47de-8efa-adf820e8c25e', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@1a2e2935, 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@733c423e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b629f13, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@70925b45, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1b9ea3e3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@aa22f1c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@55e7a35c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@37cd92d6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5922ae77, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4263b080, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2af616d3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@71f67a79, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3deb2326, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@62d363ab, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7889a1ac, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3aee3976, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5ef8df1e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@27cf3151, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='272acc4f-41b4-4cbb-a70b-be86812db92b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@3572c764, 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@70705fae, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1af0a7b8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@41caa88e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@62a00e34, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@105fa0e1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@f8d0835, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1b175f92, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@79a4236a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1411dc17, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@73baa200, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@52f0982a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@a175e6d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@10fcca5c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3670c0e1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@60973fcd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@50c3f184, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@269b7fea, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='45652e7d-cc35-4c43-a1f0-b26bb490c5ab', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@1a2e2935, 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@733c423e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b629f13, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@70925b45, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1b9ea3e3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@aa22f1c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@55e7a35c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@37cd92d6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5922ae77, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4263b080, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2af616d3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@71f67a79, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3deb2326, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@62d363ab, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7889a1ac, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3aee3976, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5ef8df1e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@27cf3151, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='64f8a79d-4338-4752-809e-42ba650f82be', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@1c26308b, 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@5924ad6b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3dc13437, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@68b737f8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@45b8f00d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@390b5224, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@d5fb9be, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5c86471a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5ebcfc1f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3d450f9e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4d27c3c1, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2377e3e8, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1a12af9d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@fbe7abe, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7cf48943, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@60804d96, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6fe1685c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@13768494, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='efd72d30-4548-4f60-a8eb-46a4d38c8289', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@1a2e2935, 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@733c423e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b629f13, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@70925b45, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1b9ea3e3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@aa22f1c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@55e7a35c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@37cd92d6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5922ae77, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4263b080, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2af616d3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@71f67a79, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3deb2326, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@62d363ab, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7889a1ac, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3aee3976, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5ef8df1e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@27cf3151, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='bf7474e7-9f67-434e-ade2-cf1a7c4c8c0c', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$3@3c4446d3, 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@3a9b4c60, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@d3259d7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@42070dd1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5c6bb99c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3c73163d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@23900c85, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5903e4a3, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@58250146, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7c433681, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5f14f9a8, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@19f42815, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@69ab255c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@cb9f1d6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@74989050, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4c14ba56, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7c25e74d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3fd19e5e, type=class java.io.InputStream}]}} Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.031 s - in org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) ### Reconnecting... (reconnect count: 2) ### Reconnecting... (reconnect count: 3) Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:18 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. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest [INFO] Running org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:18 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 ! Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.tyrus.test.standard_config.BlockingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.ReaderWriterTest Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s - in org.glassfish.tyrus.test.standard_config.ReaderWriterTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageHandlersTest Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Sep 29, 2022 1:22:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Sep 29, 2022 1:22:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:22:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:18 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 ### 800 ### 797 ### 797 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 786 ### 783 ### 782 ### 781 ### 780 ### 779 ### 779 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 771 ### 769 ### 768 ### 767 ### 766 ### 765 ### 775 ### 764 ### 762 ### 761 ### 761 ### 761 ### 758 ### 759 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 749 ### 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 ### 741 ### 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 ### 693 ### 691 ### 691 ### 689 ### 688 ### 687 ### 686 ### 685 ### 685 ### 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 ### 642 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 634 ### 632 ### 631 ### 630 ### 629 ### 629 ### 628 ### 626 ### 625 ### 624 ### 623 ### 622 ### 622 ### 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 ### 590 ### 588 ### 587 ### 586 ### 586 ### 584 ### 583 ### 582 ### 581 ### 581 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 574 ### 572 ### 572 ### 570 ### 570 ### 570 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 558 ### 556 ### 555 ### 554 ### 553 ### 552 ### 552 ### 550 ### 549 ### 549 ### 547 ### 546 ### 545 ### 545 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 538 ### 536 ### 535 ### 534 ### 533 ### 532 ### 532 ### 530 ### 529 ### 528 ### 528 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 513 ### 514 ### 513 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 504 ### 502 ### 502 ### 500 ### 501 ### 501 ### 497 ### 497 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 477 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 461 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 442 ### 440 ### 439 ### 438 ### 437 ### 437 ### 435 ### 434 ### 434 ### 432 ### 431 ### 430 ### 430 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 421 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 412 ### 410 ### 410 ### 408 ### 407 ### 406 ### 405 ### 405 ### 405 ### 402 ### 402 ### 400 ### 399 ### 398 ### 398 ### 396 ### 395 ### 394 ### 394 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 384 ### 382 ### 381 ### 380 ### 379 ### 378 ### 378 ### 376 ### 376 ### 374 ### 374 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 365 ### 363 ### 362 ### 362 ### 360 ### 360 ### 358 ### 358 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 346 ### 344 ### 343 ### 342 ### 341 ### 340 ### 340 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 332 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 324 ### 322 ### 321 ### 320 ### 319 ### 318 ### 318 ### 316 ### 315 ### 314 ### 313 ### 313 ### 311 ### 311 ### 309 ### 308 ### 308 ### 306 ### 305 ### 304 ### 304 ### 302 ### 302 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 293 ### 291 ### 290 ### 289 ### 288 ### 288 ### 286 ### 285 ### 284 ### 283 ### 283 ### 281 ### 280 ### 279 ### 279 ### 277 ### 276 ### 275 ### 274 ### 274 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 256 ### 254 ### 253 ### 252 ### 251 ### 251 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 237 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 225 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 214 ### 213 ### 211 ### 211 ### 209 ### 208 ### 208 ### 208 ### 205 ### 204 ### 204 ### 202 ### 201 ### 200 ### 200 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 190 ### 188 ### 188 ### 186 ### 185 ### 184 ### 183 ### 182 ### 182 ### 180 ### 179 ### 178 ### 178 ### 176 ### 175 ### 174 ### 174 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 161 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 145 ### 143 ### 142 ### 141 ### 140 ### 140 ### 140 ### 137 ### 136 ### 135 ### 134 ### 134 ### 134 ### 131 ### 130 ### 130 ### 128 ### 127 ### 127 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 119 ### 117 ### 116 ### 115 ### 114 ### 115 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 103 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 93 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 71 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 63 ### 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 ### 25 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 15 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 5 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 2401 Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:21 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. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.249 s - in org.glassfish.tyrus.test.standard_config.MessageHandlersTest [INFO] Running org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTest Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.glassfish.tyrus.test.standard_config.HelloTest [INFO] Running org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. pool-4-thread-7 <858, 1000) pool-4-thread-3 <286, 429) pool-4-thread-6 <715, 858) pool-4-thread-5 <572, 715) pool-4-thread-2 <143, 286) pool-4-thread-4 <429, 572) pool-4-thread-1 <0, 143) Received messages: 1000/1000 Sep 29, 2022 1:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:22:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:21 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 ### 793 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 768 ### 767 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 739 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 693 ### 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 ### 629 ### 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 ### 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 ### 562 ### 561 ### 560 ### 559 ### 559 ### 557 ### 556 ### 555 ### 554 ### 554 ### 552 ### 551 ### 550 ### 549 ### 549 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 509 ### 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 ### 471 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 460 ### 458 ### 457 ### 456 ### 455 ### 454 ### 454 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 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 ### 388 ### 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 ### 283 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 264 ### 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 ### 236 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 225 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 205 ### 203 ### 202 ### 202 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 168 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 153 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 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 ### 103 ### 103 ### 100 ### 99 ### 98 ### 98 ### 96 ### 95 ### 94 ### 93 ### 93 ### 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 ### 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 ### 35 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 23 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 13 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 6 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 4113 Sep 29, 2022 1:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:22:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 789 ### 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 ### 754 ### 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 ### 679 ### 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 ### 609 ### 607 ### 606 ### 605 ### 605 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 586 ### 584 ### 583 ### 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 ### 529 ### 528 ### 527 ### 526 ### 526 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 519 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 506 ### 504 ### 503 ### 503 ### 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 ### 470 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 457 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 444 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 435 ### 433 ### 433 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 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 ### 333 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 323 ### 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 ### 251 ### 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 ### 214 ### 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 ### 185 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 175 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 156 ### 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 ### 105 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 86 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 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 ### 24 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 17 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 2 ***** Tyrus broadcast - text ***** 3004 Sep 29, 2022 1:22:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Sep 29, 2022 1:22:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 29, 2022 1:22:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:22:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:22:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:22:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Sep 29, 2022 1:22:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 29, 2022 1:22:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:22:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 775 ### 767 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 766 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 737 ### 738 ### 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 ### 710 ### 709 ### 711 ### 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 ### 681 ### 680 ### 679 ### 678 ### 682 ### 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 ### 580 ### 580 ### 579 ### 578 ### 576 ### 577 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 564 ### 565 ### 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 ### 449 ### 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 ### 376 ### 377 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 318 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 304 ### 305 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ### 0 ***** WebSocket broadcast ***** 4665 Sep 29, 2022 1:22:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:22:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Sep 29, 2022 1:22:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 29, 2022 1:22:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Sep 29, 2022 1:22:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 29, 2022 1:22:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.995 s - in org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageSequenceTest Sep 29, 2022 1:22:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Sep 29, 2022 1:22:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:40 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: true ### CloseReason[1001,Going away.] Sep 29, 2022 1:22:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 29, 2022 1:22:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:36 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 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 755 ### 746 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 745 ### 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 ### 703 ### 702 ### 701 ### 700 ### 699 ### 704 ### 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 ### 637 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 626 ### 627 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 614 ### 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 ### 519 ### 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 ### 315 ### 316 ### 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 ### 221 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 201 ### 202 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 140 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 26 ### 27 ### 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 ***** 3984 Sep 29, 2022 1:22:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 29, 2022 1:22:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Sep 29, 2022 1:22:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:40 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 Sep 29, 2022 1:22:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### CloseReason[1006,Closed abnormally.] Sep 29, 2022 1:22:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 29, 2022 1:22:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 29, 2022 1:22:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:42 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 ### 735 ### 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 ### 706 ### 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 ### 664 ### 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 ### 635 ### 633 ### 639 ### 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 ### 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 ### 578 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 554 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 521 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 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 ### 454 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 430 ### 428 ### 427 ### 426 ### 425 ### 424 ### 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 ### 317 ### 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 ### 275 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 239 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 214 ### 212 ### 211 ### 210 ### 209 ### 209 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 105 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 45 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 33 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 10 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 1792 Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 29, 2022 1:22:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 29, 2022 1:22:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.046 s - in org.glassfish.tyrus.tests.servlet.basic.test.WsServletTest [INFO] Running org.glassfish.tyrus.tests.servlet.basic.test.WssServletTest [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 0.006 s - in org.glassfish.tyrus.tests.servlet.basic.test.WssServletTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 32, Failures: 0, Errors: 0, Skipped: 16 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-basic --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-basic] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-basic --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.1.99-SNAPSHOT/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.1.99-SNAPSHOT/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.1.99-SNAPSHOT/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-embedded-gf >-- [INFO] Building Tyrus Servlet Tests on Glassfish 2.1.99-SNAPSHOT [52/69] [INFO] --------------------------------[ war ]--------------------------------- Sep 29, 2022 1:22:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Sep 29, 2022 1:22:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22: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.] Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Sep 29, 2022 1:22:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:44 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.] Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@32e14e0a[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@3819257a[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@36decc09]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@77e3c632[Shutting down, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:520) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Sep 29, 2022 1:22:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:44 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.] Sep 29, 2022 1:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Sep 29, 2022 1:22:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:47 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.] Sep 29, 2022 1:22:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Sep 29, 2022 1:22:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:50 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.] Sep 29, 2022 1:22:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Sep 29, 2022 1:22:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false Sep 29, 2022 1:22:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1006,Closed abnormally.] Sep 29, 2022 1:22:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Sep 29, 2022 1:22:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:56 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 ### binary: Always pass on what you have learned. end: true ### text: Always pass on what you have learned. end: true ### CloseReason[1006,Closed abnormally.] Sep 29, 2022 1:22:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-embedded-gf --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-embedded-gf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-embedded-gf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tyrus-tests-servlet-embedded-gf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ tyrus-tests-servlet-embedded-gf --- Sep 29, 2022 1:22:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Sep 29, 2022 1:22:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:56 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.] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.159 s - in org.glassfish.tyrus.test.standard_config.MessageSequenceTest [INFO] Running org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 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 Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest.Endpoint2. org.glassfish.tyrus.core.MessageTooBigException: Message too long; allowed message size is 5 bytes. (Current message length is 6 bytes). at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkMessageSize(TyrusSession.java:557) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:628) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:917) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:118) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.RemoteTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.glassfish.tyrus.test.standard_config.RemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 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@687cdefa Server successfully got message: 1234 Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.BroadcasterTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.glassfish.tyrus.test.standard_config.BroadcasterTest [INFO] Running org.glassfish.tyrus.test.standard_config.DecodedObjectTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 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 Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 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 Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 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 Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.glassfish.tyrus.test.standard_config.DecodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.glassfish.tyrus.test.standard_config.SimpleRemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 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 Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.test.standard_config.ClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.PartialBinaryTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.tyrus.test.standard_config.PartialBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest [INFO] Running org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.glassfish.tyrus.test.standard_config.AnnotatedClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.TestHello404 Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:22:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.standard_config.TestHello404 [INFO] Running org.glassfish.tyrus.test.standard_config.ProxyTest Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Sep 29, 2022 1:22:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Handle CONNECT start . . . Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Handle CONNECT start . . . Connection to proxy established. Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.079 s - in org.glassfish.tyrus.test.standard_config.ProxyTest [INFO] Running org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest [INFO] Running org.glassfish.tyrus.test.standard_config.SubProtocolTest Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.standard_config.SubProtocolTest [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus109Test Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:00 PM org.glassfish.tyrus.core.AnnotatedEndpoint callMethod INFO: Exception thrown from onError method public void org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(java.lang.Throwable,jakarta.websocket.Session). java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:586) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:559) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.onOpen(AnnotatedEndpoint.java:606) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onConnect(TyrusEndpointWrapper.java:756) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onConnect(TyrusWebSocket.java:139) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusConnection.(TyrusWebSocketEngine.java:793) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$SuccessfulUpgradeInfo.createConnection(TyrusWebSocketEngine.java:729) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleHandshake(GrizzlyServerFilter.java:246) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:179) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Caused by: java.lang.RuntimeException: java.lang.RuntimeException: testException at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(Tyrus109Test.java:66) ... 27 more Caused by: java.lang.RuntimeException: testException at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.open(Tyrus109Test.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) ... 20 more Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.057 s - in org.glassfish.tyrus.test.standard_config.Tyrus109Test [INFO] Running org.glassfish.tyrus.test.standard_config.JsonTest Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: {"REPLY":"Danny"} Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.glassfish.tyrus.test.standard_config.JsonTest [INFO] Running org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.tyrus.test.standard_config.RequestParameterMapTest [INFO] Running org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.OnCloseTest Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.0-M1:zip Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.SessionTestAllMethodsAfterCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:545) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:207) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:658) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:591) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:861) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 #### received: CloseReason[1000] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 #### received: CloseReason[1001] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 #### received: CloseReason[1002] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 #### received: CloseReason[1003] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 #### received: CloseReason[1007] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 #### received: CloseReason[1008] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 #### received: CloseReason[1009] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 #### received: CloseReason[1010] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 #### received: CloseReason[1011] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 #### received: CloseReason[1012] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 #### received: CloseReason[1013] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 ### Received closeReason: 1000 Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 ### Received closeReason: 1001 Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 ### Received closeReason: 1002 Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 ### Received closeReason: 1003 Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 ### Received closeReason: 1007 Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 ### Received closeReason: 1008 Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 ### Received closeReason: 1009 Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 ### Received closeReason: 1010 Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 ### Received closeReason: 1011 Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 ### Received closeReason: 1000 Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 ### Received closeReason: 1000 Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.DoubleCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:545) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:207) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:658) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:591) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:861) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core@2.1.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:363) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.1.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@4.0.0/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@4.0.0/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@4.0.0/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@4.0.0/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@4.0.0/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.384 s - in org.glassfish.tyrus.test.standard_config.OnCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:02 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 Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus203Test Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 49876acd-bf1d-4a96-b533-b8f65cfac04c Client1 @OnMessage -> first:test af0959e0-ba86-44c9-a3b4-c4faf851bcd4 Client2 @OnMessage -> second:test Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.glassfish.tyrus.test.standard_config.Tyrus203Test [INFO] Running org.glassfish.tyrus.test.standard_config.HandshakeTest Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello Sep 29, 2022 1:23:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Received message = hello [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.tyrus.test.standard_config.HandshakeTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 189, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-e2e-stdconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-stdconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.1.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/standard-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.1.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.1.99-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jdk8 >----------- [INFO] Building Tyrus End-to-End Java 8 Tests 2.1.99-SNAPSHOT [44/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-jdk8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-jdk8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-jdk8 --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/target/generated-sources/rsrc-gen added. [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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-jdk8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Sep 29, 2022 1:23:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:23:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:04 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] Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:23:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:04 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] Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 s - in org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:23:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:04 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] Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:23:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:04 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] Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.glassfish.tyrus.test.e2e.jdk8.LambdaTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:23:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:04 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] Sep 29, 2022 1:23:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-e2e-jdk8 --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-jdk8] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.1.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jdk8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.1.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.1.99-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jetty >----------- [INFO] Building Tyrus End-to-End Tests running on Jetty 2.1.99-SNAPSHOT [45/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-jetty --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-jetty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-jetty --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.1.99-SNAPSHOT/tyrus-tests-e2e-jetty-2.1.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-basic >-------- [INFO] Building Tyrus End-to-End Basic Auth Tests 2.1.99-SNAPSHOT [46/69] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-auth-basic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-e2e-auth-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-e2e-auth-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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.10.1:compile (default-compile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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.1.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 --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.0-M1/glassfish-7.0.0-M1.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.2.0:copy (copy) @ tyrus-tests-servlet-embedded-gf --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:2.1.0:jar [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-client-api:2.1.0:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.1.99-SNAPSHOT:jar [INFO] Copying jakarta.websocket-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/jakarta.websocket-api.jar [INFO] Copying jakarta.websocket-client-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/jakarta.websocket-client-api.jar [INFO] Copying tyrus-client-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-client.jar [INFO] Copying tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-container-glassfish-cdi.jar [INFO] Copying tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-container-glassfish-ejb.jar [INFO] Copying tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-container-grizzly-client.jar [INFO] Copying tyrus-container-servlet-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-container-servlet.jar [INFO] Copying tyrus-core-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-core.jar [INFO] Copying tyrus-server-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-server.jar [INFO] Copying tyrus-spi-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-spi.jar [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tyrus-tests-servlet-embedded-gf --- [WARNING] Can't extract module name from shrinkwrap-impl-base-1.2.6.jar: Provider class implementingClassName=org.jboss.shrinkwrap.impl.base.importer.zip.ZipImporterImpl not in module [WARNING] Can't extract module name from arquillian-protocol-servlet-jakarta-1.7.0.Alpha2.jar: Provider class implClass=org.jboss.arquillian.protocol.servlet5.arq514hack.descriptors.impl.web.WebAppDescriptorImpl not in module [WARNING] Can't extract module name from arquillian-config-impl-base-1.7.0.Alpha10.jar: Provider class implClass=org.jboss.arquillian.config.descriptor.impl.ArquillianDescriptorImpl not in module [WARNING] Can't extract module name from arquillian-glassfish-managed-6-1.0.0.Alpha1.jar: arquillian.glassfish.managed.6: Invalid module name: '6' is not a Java identifier [WARNING] Can't extract module name from arquillian-container-test-impl-base-1.7.0.Alpha10.jar: Provider class !org.jboss.arquillian.test.impl.TestExtension not in module [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-embedded-gf --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-embedded-gf] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] Logging initialized @191799ms [INFO] Configuring Jetty for project: Tyrus End-to-End Basic Auth Tests [INFO] webAppSourceDirectory not set. Trying src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp [INFO] jetty-9.2.1.v20140609 [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@54fb7d52{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/} java.lang.RuntimeException: Error scanning file BasicAuthEchoEndpoint.class at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:708) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:830) Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:973) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:702) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:830) [WARNING] !RequestLog [INFO] Started ServerConnector@6c16ad1e{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @192063ms [INFO] Started Jetty Server [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-auth-basic --- [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@6c16ad1e{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@54fb7d52{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-auth-basic --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.1.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.1.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.1.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-digest >-------- [INFO] Building Tyrus End-to-End Digest Auth Tests 2.1.99-SNAPSHOT [47/69] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-e2e-auth-digest --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-e2e-auth-digest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-e2e-auth-digest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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.10.1:compile (default-compile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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.1.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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp [INFO] jetty-9.2.1.v20140609 [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@20256bdc{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/} java.lang.RuntimeException: Error scanning file DigestAuthEchoEndpoint.class at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:708) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:830) Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:973) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:702) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:830) [WARNING] !RequestLog [INFO] Started ServerConnector@5d2db385{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @192994ms [INFO] Started Jetty Server [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-auth-digest --- [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@5d2db385{HTTP/1.1}{0.0.0.0:8025} [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Stopped o.e.j.m.p.JettyWebAppContext@20256bdc{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-auth-digest --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.1.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.1.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.1.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-project >---- [INFO] Building Tyrus Server Integration Tests 2.1.99-SNAPSHOT [48/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-project --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/tests/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.1.99-SNAPSHOT/tyrus-tests-servlet-project-2.1.99-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-async >----- [INFO] Building Tyrus Servlet Async Tests 2.1.99-SNAPSHOT [49/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-async --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-async --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-async --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-async --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest [INFO] Running org.glassfish.tyrus.tests.servlet.embedded.SSLTestIT Sep 29, 2022 1:23:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:23:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.716 s - in org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.glassfish.tyrus.tests.servlet.async.AsyncTextTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-async --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-async] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-async --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-async --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.1.99-SNAPSHOT/tyrus-tests-servlet-async-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.1.99-SNAPSHOT/tyrus-tests-servlet-async-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.1.99-SNAPSHOT/tyrus-tests-servlet-async-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-autobahn-server >-- [INFO] Building Tyrus Autobahn Echo Server 2.1.99-SNAPSHOT [50/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-autobahn-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-autobahn-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-autobahn-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-autobahn-server --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-autobahn-server] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-autobahn-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.1.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.1.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.1.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-basic >----- [INFO] Building Tyrus Servlet Basic Tests 2.1.99-SNAPSHOT [51/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-basic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-basic --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/test/ServletTestBase.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/test/ServletTestBase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/test/ServletTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-basic --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.basic.test.WsServletTest Sep 29, 2022 1:23:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:23:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:23:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:23:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 800 ### 800 ### 800 ### 800 ### 800 ### 800 ### 800 ### 800 ### 800 ### 790 ### 789 ### 789 ### 787 ### 786 ### 789 ### 784 ### 784 ### 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 ### 747 ### 741 ### 740 ### 739 ### 738 ### 737 ### 739 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 720 ### 720 ### 712 ### 711 ### 710 ### 709 ### 716 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 703 ### 697 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 668 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 657 ### 648 ### 647 ### 647 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 653 ### 637 ### 636 ### 635 ### 635 ### 633 ### 632 ### 631 ### 630 ### 630 ### 628 ### 627 ### 626 ### 625 ### 626 ### 626 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 604 ### 602 ### 601 ### 601 ### 599 ### 598 ### 617 ### 596 ### 596 ### 594 ### 605 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 579 ### 577 ### 576 ### 576 ### 574 ### 573 ### 572 ### 571 ### 571 ### 569 ### 568 ### 568 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 551 ### 549 ### 548 ### 547 ### 546 ### 546 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 533 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 511 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 504 ### 504 ### 501 ### 500 ### 499 ### 498 ### 497 ### 497 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 490 ### 488 ### 487 ### 486 ### 485 ### 485 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 461 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 437 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 427 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 415 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 401 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 392 ### 390 ### 390 ### 388 ### 387 ### 386 ### 386 ### 384 ### 384 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 375 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 366 ### 364 ### 364 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 348 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 339 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 324 ### 322 ### 321 ### 321 ### 319 ### 318 ### 321 ### 316 ### 315 ### 315 ### 313 ### 312 ### 311 ### 310 ### 309 ### 309 ### 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 ### 282 ### 282 ### 279 ### 278 ### 278 ### 276 ### 275 ### 274 ### 273 ### 273 ### 272 ### 270 ### 269 ### 269 ### 267 ### 266 ### 265 ### 264 ### 264 ### 262 ### 261 ### 261 ### 259 ### 258 ### 258 ### 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 ### 226 ### 225 ### 224 ### 224 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 199 ### 197 ### 196 ### 195 ### 194 ### 194 ### 192 ### 191 ### 190 ### 189 ### 189 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 170 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 161 ### 159 ### 158 ### 157 ### 157 ### 155 ### 155 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 148 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 133 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 120 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 113 ### 105 ### 104 ### 104 ### 102 ### 101 ### 100 ### 99 ### 98 ### 98 ### 96 ### 95 ### 94 ### 93 ### 93 ### 93 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 82 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 74 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 59 ### 57 ### 56 ### 55 ### 55 ### 53 ### 52 ### 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 ### 27 ### 25 ### 24 ### 23 ### 23 ### 21 ### 20 ### 19 ### 19 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 2261 Sep 29, 2022 1:23:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:23:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 782 ### 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 ### 725 ### 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 ### 693 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 664 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 647 ### 644 ### 645 ### 642 ### 642 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 622 ### 620 ### 619 ### 620 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 616 ### 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 ### 564 ### 562 ### 560 ### 559 ### 558 ### 557 ### 557 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 535 ### 533 ### 532 ### 532 ### 530 ### 529 ### 528 ### 527 ### 527 ### 525 ### 524 ### 523 ### 522 ### 522 ### 520 ### 519 ### 518 ### 517 ### 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 ### 484 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 466 ### 466 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 453 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 432 ### 432 ### 429 ### 429 ### 427 ### 426 ### 425 ### 425 ### 425 ### 422 ### 421 ### 420 ### 420 ### 418 ### 417 ### 416 ### 415 ### 414 ### 414 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 420 ### 404 ### 403 ### 402 ### 402 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 420 ### 391 ### 390 ### 389 ### 388 ### 387 ### 387 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 375 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 362 ### 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 ### 294 ### 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 ### 265 ### 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 ### 239 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 228 ### 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 ### 187 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 170 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 155 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 133 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 126 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 99 ### 97 ### 97 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 87 ### 85 ### 85 ### 83 ### 82 ### 81 ### 80 ### 80 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 54 ### 52 ### 51 ### 50 ### 50 ### 48 ### 47 ### 46 ### 45 ### 44 ### 44 ### 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 ### 13 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 3063 Sep 29, 2022 1:23:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:23:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 799 ### 798 ### 797 ### 798 ### 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 ### 724 ### 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 ### 666 ### 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 ### 609 ### 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 ### 565 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 550 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 543 ### 541 ### 540 ### 539 ### 539 ### 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 ### 498 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 479 ### 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 ### 447 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 398 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 385 ### 383 ### 382 ### 381 ### 380 ### 379 ### 379 ### 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 ### 301 ### 299 ### 298 ### 297 ### 297 ### 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 ### 271 ### 269 ### 268 ### 267 ### 266 ### 266 ### 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 ### 231 ### 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 ### 185 ### 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 ### 155 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 142 ### 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 ### 96 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 75 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 67 ### 65 ### 64 ### 63 ### 62 ### 62 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 41 ### 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 ### 11 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 2818 Sep 29, 2022 1:23:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Starting container using command: [java, -jar, /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/admin-cli.jar, start-domain, --debug, -t] Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/domains/domain1/logs/server.log Admin Port: 4848 Sep 29, 2022 1:23:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:23:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:23:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:23:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.787 s - in org.glassfish.tyrus.tests.servlet.embedded.SSLTestIT [INFO] Running org.glassfish.tyrus.tests.servlet.embedded.WsServletTestIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.913 s - in org.glassfish.tyrus.tests.servlet.embedded.WsServletTestIT Sep 29, 2022 1:23:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:23:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:26 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 ### 740 ### 739 ### 738 ### 737 ### 741 ### 742 ### 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 ### 693 ### 694 ### 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 ### 546 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 537 ### 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 ### 453 ### 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 ### 409 ### 410 ### 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 ### 361 ### 362 ### 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 ### 269 ### 270 ### 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 ### 221 ### 222 ### 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 ### 185 ### 186 ### 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 ### 147 ### 148 ### 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 ### 94 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ### 0 ***** WebSocket broadcast ***** 4054 Sep 29, 2022 1:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:23:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 29, 2022 1:23:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:30 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 ### 644 ### 645 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 635 ### 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 ### 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 ### 538 ### 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 ### 465 ### 466 ### 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 ### 349 ### 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 ### 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 ### 295 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 38 ### 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 ***** 3790 Sep 29, 2022 1:23:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 29, 2022 1:23:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 29, 2022 1:23:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 29, 2022 1:23:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:35 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 ### 792 ### 792 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 778 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 762 ### 757 ### 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 ### 733 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 709 ### 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 ### 688 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 682 ### 664 ### 678 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 648 ### 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 ### 618 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 598 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 591 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 599 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 567 ### 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 ### 542 ### 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 ### 495 ### 493 ### 492 ### 491 ### 491 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 472 ### 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 ### 437 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 418 ### 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 ### 372 ### 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 ### 331 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 312 ### 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 ### 278 ### 278 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 259 ### 257 ### 256 ### 255 ### 254 ### 253 ### 253 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 234 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 213 ### 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 ### 176 ### 174 ### 173 ### 173 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 161 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 145 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 127 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 29 ### 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 ***** 1733 Sep 29, 2022 1:23:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 29, 2022 1:23:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:23:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 29, 2022 1:23:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:23:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:23:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:23:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.675 s - in org.glassfish.tyrus.tests.servlet.basic.test.WsServletTest [INFO] Running org.glassfish.tyrus.tests.servlet.basic.test.WssServletTest [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 0.007 s - in org.glassfish.tyrus.tests.servlet.basic.test.WssServletTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 32, Failures: 0, Errors: 0, Skipped: 16 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-basic --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-basic] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-basic --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.1.99-SNAPSHOT/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.1.99-SNAPSHOT/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.1.99-SNAPSHOT/tyrus-tests-servlet-basic-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-embedded-gf >-- [INFO] Building Tyrus Servlet Tests on Glassfish 2.1.99-SNAPSHOT [52/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-embedded-gf --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-embedded-gf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-embedded-gf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tyrus-tests-servlet-embedded-gf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ tyrus-tests-servlet-embedded-gf --- [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.0-M1:zip [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.0-M1/glassfish-7.0.0-M1.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.2.0:copy (copy) @ tyrus-tests-servlet-embedded-gf --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:2.1.0:jar [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-client-api:2.1.0:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.1.99-SNAPSHOT:jar [INFO] Copying jakarta.websocket-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/jakarta.websocket-api.jar [INFO] Copying jakarta.websocket-client-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/jakarta.websocket-client-api.jar [INFO] Copying tyrus-client-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-client.jar [INFO] Copying tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-container-glassfish-cdi.jar [INFO] Copying tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-container-glassfish-ejb.jar [INFO] Copying tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-container-grizzly-client.jar [INFO] Copying tyrus-container-servlet-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-container-servlet.jar [INFO] Copying tyrus-core-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-core.jar [INFO] Copying tyrus-server-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-server.jar [INFO] Copying tyrus-spi-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/tyrus-spi.jar [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tyrus-tests-servlet-embedded-gf --- [WARNING] Can't extract module name from shrinkwrap-impl-base-1.2.6.jar: Provider class implementingClassName=org.jboss.shrinkwrap.impl.base.importer.zip.ZipImporterImpl not in module [WARNING] Can't extract module name from arquillian-protocol-servlet-jakarta-1.7.0.Alpha2.jar: Provider class implClass=org.jboss.arquillian.protocol.servlet5.arq514hack.descriptors.impl.web.WebAppDescriptorImpl not in module [WARNING] Can't extract module name from arquillian-config-impl-base-1.7.0.Alpha10.jar: Provider class implClass=org.jboss.arquillian.config.descriptor.impl.ArquillianDescriptorImpl not in module [WARNING] Can't extract module name from arquillian-glassfish-managed-6-1.0.0.Alpha1.jar: arquillian.glassfish.managed.6: Invalid module name: '6' is not a Java identifier [WARNING] Can't extract module name from arquillian-container-test-impl-base-1.7.0.Alpha10.jar: Provider class !org.jboss.arquillian.test.impl.TestExtension not in module [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-embedded-gf --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-embedded-gf] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.embedded.SSLTestIT Starting container using command: [java, -jar, /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/admin-cli.jar, start-domain, --debug, -t] Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/domains/domain1/logs/server.log Admin Port: 4848 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.102 s - in org.glassfish.tyrus.tests.servlet.embedded.SSLTestIT [INFO] Running org.glassfish.tyrus.tests.servlet.embedded.WsServletTestIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 s - in org.glassfish.tyrus.tests.servlet.embedded.WsServletTestIT Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t] [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-embedded-gf --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.1.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.1.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.1.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-dynamic-deploy >-- [INFO] Building Tyrus Servlet Dynamic Deploy Test 2.1.99-SNAPSHOT [53/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-dynamic-deploy] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.1.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.1.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.1.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-noappconfig >-- [INFO] Building Tyrus Servlet No App Config 2.1.99-SNAPSHOT [54/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-noappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-noappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-noappconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/generated-sources/rsrc-gen added. [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest Sep 29, 2022 1:24:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:24:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/noappconfig-test/one Sep 29, 2022 1:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:24:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.022 s - in org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-noappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-noappconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-noappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-noappconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-oneappconfig >-- [INFO] Building Tyrus Servlet One App Config 2.1.99-SNAPSHOT [55/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-oneappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Sep 29, 2022 1:24:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:24:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:24:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:24:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:24:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:24:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 s - in org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-oneappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-oneappconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-oneappconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-remote >---- [INFO] Building Tyrus Servlet RemoteEndpoint Timeout 2.1.99-SNAPSHOT [56/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-remote --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-remote --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-remote --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- 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/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-remote --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.029 s - in org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-remote --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-remote] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-remote --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.1.99-SNAPSHOT/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.1.99-SNAPSHOT/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.1.99-SNAPSHOT/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-session >---- [INFO] Building Tyrus Servlet Session Closing 2.1.99-SNAPSHOT [57/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-session --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-session --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-session --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/generated-sources/rsrc-gen added. [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionCloseApplicationTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-session --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest Sep 29, 2022 1:24:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:24:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:24:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:24:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:24:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:24:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:24:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:24:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:24:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.029 s - in org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Sep 29, 2022 1:24:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:24:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Sep 29, 2022 1:24:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:24:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:24:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:24:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:24:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:24:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:24:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:24:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:24:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Sep 29, 2022 1:24:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:24:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:24:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:24:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.766 s - in org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-session --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-session] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-session --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-session --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.1.99-SNAPSHOT/tyrus-tests-servlet-session-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.1.99-SNAPSHOT/tyrus-tests-servlet-session-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.1.99-SNAPSHOT/tyrus-tests-servlet-session-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet.twoappconfig:tyrus-tests-servlet-twoappconfig >-- [INFO] Building Tyrus Servlet Two App Config 2.1.99-SNAPSHOT [58/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-twoappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest Sep 29, 2022 1:24:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:24:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:24:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:24:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:24:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:24:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.77 s - in org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-twoappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-twoappconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-twoappconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-mbean-test >-- [INFO] Building Tyrus Servlet Monitoring Test 2.1.99-SNAPSHOT [59/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-mbean-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-mbean-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-mbean-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.MBeanTest Sep 29, 2022 1:24:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:24:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:24:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.812 s - in org.glassfish.tyrus.tests.servlet.MBeanTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-mbean-test --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-mbean-test] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-mbean-test --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.1.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.1.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.1.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-inject >---- [INFO] Building Tyrus Servlet Inject Test 2.1.99-SNAPSHOT [60/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-inject --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-inject --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-inject --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-inject] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-inject --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.1.99-SNAPSHOT/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.1.99-SNAPSHOT/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.1.99-SNAPSHOT/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-app >-- [INFO] Building Tyrus Servlet Max Sessions Per App Tests 2.1.99-SNAPSHOT [61/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Sep 29, 2022 1:24:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:24:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:56 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. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== 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 ================== Sep 29, 2022 1:24:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:24:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:24:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24: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 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 ================== Sep 29, 2022 1:24:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.486 s - in org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-maxsessions-per-app] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.99-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/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.1.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.1.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.1.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-remoteaddr >-- [INFO] Building Tyrus Servlet Max Sessions Per Remote Addr Tests 2.1.99-SNAPSHOT [62/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Sep 29, 2022 1:24:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:24:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:24:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:24:59 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 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.] 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. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] 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 ================== Sep 29, 2022 1:25:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:25:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25: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 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 Sep 29, 2022 1:25:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.746 s - in org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-maxsessions-per-remoteaddr] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-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/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.1.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.1.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.1.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-debug >----- [INFO] Building Tyrus Debug Debug Samples 2.1.99-SNAPSHOT [63/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-debug --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-debug --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-debug --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-debug --- [INFO] Changes detected - recompiling the module! [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.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-debug --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-debug --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest Sep 29, 2022 1:25:02 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:02 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:02 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:02 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: Z19WEnAbX63ibX+g2DoyXw== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [5 ms]: Segment "a" does not match Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e0c58bd8-9fd3-4704-a915-558fbb5d9d8b [6 ms]: Endpoints matched to the request URI: [] Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 6bf08bce-4c43-4b62-a01a-226abdd5d2d7 [19 ms]: Redirect enabled: false Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 6bf08bce-4c43-4b62-a01a-226abdd5d2d7 [29 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: Z19WEnAbX63ibX+g2DoyXw== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6bf08bce-4c43-4b62-a01a-226abdd5d2d7 [193 ms]: Received handshake response: < 404 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-01: [5 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length < x-tyrus-tracing-02: [5 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-03: [5 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length < x-tyrus-tracing-04: [5 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-05: [5 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length < x-tyrus-tracing-06: [5 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-07: [5 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length < x-tyrus-tracing-08: [5 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-09: [5 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length < x-tyrus-tracing-10: [5 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a < x-tyrus-tracing-11: [5 ms] Segment "a" does not match < x-tyrus-tracing-12: [6 ms] Endpoints matched to the request URI: [] Sep 29, 2022 1:25:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. > Session 8d58d981-2deb-4c73-b1d3-31798f5c424b [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: qF3DjkGHpze32h1A8OL3WA== > Sec-WebSocket-Version: 13 > Upgrade: websocket < Session 8d58d981-2deb-4c73-b1d3-31798f5c424b [9 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 5EoVDtmKXzqDgxQSQkn7MGCzq4A= < upgrade: websocket Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: SrUzj/nTtJiJE+f+oC2Kkg== < sec-websocket-version: 13 < upgrade: websocket Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: Segment "a" does not match Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 47aa0eb2-cc16-4a22-b57c-0614f3e50644 [0 ms]: Endpoints matched to the request URI: [] Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 40855b43-f8b1-4c55-95e5-30610aa50ed2 [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 40855b43-f8b1-4c55-95e5-30610aa50ed2 [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: SrUzj/nTtJiJE+f+oC2Kkg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 40855b43-f8b1-4c55-95e5-30610aa50ed2 [8 ms]: Received handshake response: < 404 Sep 29, 2022 1:25:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: l4Pzo5HyCLocguNxzH+2cw== < sec-websocket-version: 13 < upgrade: websocket Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Segment "a" does not match Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 95b8912c-9115-4f01-853c-18bd6bd3b12d [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 95b8912c-9115-4f01-853c-18bd6bd3b12d [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: l4Pzo5HyCLocguNxzH+2cw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 95b8912c-9115-4f01-853c-18bd6bd3b12d [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: n6ndTjxz5RviPDfVlPPOnZk5YnQ= < upgrade: websocket Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 95b8912c-9115-4f01-853c-18bd6bd3b12d [7 ms]: Incoming buffer size: 4194315 Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [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}] Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Using negotiated subprotocol: null Sep 29, 2022 1:25:06 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 6c51bc24-80e5-4139-8644-755f8f9ac20b [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: n6ndTjxz5RviPDfVlPPOnZk5YnQ= > Upgrade: websocket Sep 29, 2022 1:25:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$EchoEndpoint Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/echo < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: MprYCKSrau2AF36TXYRxPA== < sec-websocket-version: 13 < upgrade: websocket Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [0 ms]: Matching request URI /samples-debug/endpoint/echo against /samples-debug/endpoint/echo Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/echo] Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session e742fd7b-69eb-4f44-a451-7d8327c169ec [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e742fd7b-69eb-4f44-a451-7d8327c169ec [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: MprYCKSrau2AF36TXYRxPA== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/echo Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e742fd7b-69eb-4f44-a451-7d8327c169ec [9 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 9PJZ0F6eyB5i5JDu3bG89M9wpTo= < upgrade: websocket Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [0 ms]: Using negotiated subprotocol: null Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: 9PJZ0F6eyB5i5JDu3bG89M9wpTo= > Upgrade: websocket Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [4 ms]: Received text message Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session e742fd7b-69eb-4f44-a451-7d8327c169ec [14 ms]: Incoming buffer size: 4194315 Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [5 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@63dd899, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@59d2400d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@75cd8043, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@33b1c5c5, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5b202a3a, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@10b9db7b, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@9ef8eb7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@34cdeda2, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6ee660fb, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1ecee32c, type=class java.io.Reader}] Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [6 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6ee660fb, type=class java.lang.String} Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e742fd7b-69eb-4f44-a451-7d8327c169ec [17 ms]: Received text message Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [8 ms]: Received binary message Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e742fd7b-69eb-4f44-a451-7d8327c169ec [18 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@420c5225, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@70ec400, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6ed97b25, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@36c322d3, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@16fec354, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@67213b4f, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@428464dd, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6d7e13e4, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@dfa897c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@636f20cf, type=class java.io.Reader}] Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [9 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@305a0c5f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4535b6d5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4372b9b6, type=class java.io.InputStream}] Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e742fd7b-69eb-4f44-a451-7d8327c169ec [18 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@dfa897c, type=class java.lang.String} Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 09a0f0e3-39f0-4662-92bf-1636b91c2572 [10 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@305a0c5f, type=class java.nio.ByteBuffer} Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e742fd7b-69eb-4f44-a451-7d8327c169ec [20 ms]: Received binary message Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e742fd7b-69eb-4f44-a451-7d8327c169ec [21 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6773f9ef, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@46100f55, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@39750fb1, type=class java.io.InputStream}] Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e742fd7b-69eb-4f44-a451-7d8327c169ec [21 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6773f9ef, type=class java.nio.ByteBuffer} Sep 29, 2022 1:25:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Sep 29, 2022 1:25:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:25:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 2e59343f-e518-45ec-84b7-9cea543ae16d [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 2e59343f-e518-45ec-84b7-9cea543ae16d [0 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 7mq29E+F1iy+qpRN75mByA== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 29, 2022 1:25:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2e59343f-e518-45ec-84b7-9cea543ae16d [5 ms]: Received handshake response: < 401 < upgrade: websocket < www-authenticate: Basic realm="my realm" Sep 29, 2022 1:25:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 2e59343f-e518-45ec-84b7-9cea543ae16d [8 ms]: Using authentication config: AuthConfig{Basic->org.glassfish.tyrus.client.auth.BasicAuthenticator, Digest->org.glassfish.tyrus.client.auth.DigestAuthenticator} Sep 29, 2022 1:25:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 2e59343f-e518-45ec-84b7-9cea543ae16d [8 ms]: Using authentication scheme: Basic Sep 29, 2022 1:25:08 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 2e59343f-e518-45ec-84b7-9cea543ae16d [8 ms]: Using authenticator: org.glassfish.tyrus.client.auth.BasicAuthenticator Sep 29, 2022 1:25:08 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 2e59343f-e518-45ec-84b7-9cea543ae16d [9 ms]: Using credentials: Credentials{username: Petr, password: *****} Sep 29, 2022 1:25:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 2e59343f-e518-45ec-84b7-9cea543ae16d [9 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Authorization: ***** > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 7mq29E+F1iy+qpRN75mByA== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 29, 2022 1:25:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2e59343f-e518-45ec-84b7-9cea543ae16d [13 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: Ms/YRxJkwdRIvXtlT8n1IYtVY1Y= < upgrade: websocket Sep 29, 2022 1:25:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 2e59343f-e518-45ec-84b7-9cea543ae16d [15 ms]: Incoming buffer size: 4194315 Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: ZxYOzenAaGvHIKwdrMkL5A== < sec-websocket-version: 12 < upgrade: websocket Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Segment "a" does not match Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [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}] Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Upgrade request contains unsupported version of Websocket protocol Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 9481c4cf-cfba-4990-aa9e-d3474592f328 [0 ms]: Sending handshake response: > 426 > Sec-WebSocket-Version: 13 Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session a181de7b-e8f9-4016-948e-dbe0ed1bd797 [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session a181de7b-e8f9-4016-948e-dbe0ed1bd797 [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: ZxYOzenAaGvHIKwdrMkL5A== > Sec-WebSocket-Version: 12 > Upgrade: websocket Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a181de7b-e8f9-4016-948e-dbe0ed1bd797 [9 ms]: Received handshake response: < 426 < sec-websocket-version: 13 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-01: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-03: [0 ms] Segment "a" does not match < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-05: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-07: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-08: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} < x-tyrus-tracing-09: [0 ms] /samples-debug/endpoint/a/{b} is a better match, because 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 Sep 29, 2022 1:25:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: xgr21jOVsa4HFjMrguVsBQ== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Segment "a" does not match Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cd8c35e1-ccaa-4099-83e8-b2783cf17b7c [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session cd8c35e1-ccaa-4099-83e8-b2783cf17b7c [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: xgr21jOVsa4HFjMrguVsBQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cd8c35e1-ccaa-4099-83e8-b2783cf17b7c [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: CkrjHDcL0YtOvmGkarZ6eRfzgxU= < 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/a < x-tyrus-tracing-03: [0 ms] Segment "a" does not match < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-05: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-07: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-08: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-09: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session cd8c35e1-ccaa-4099-83e8-b2783cf17b7c [6 ms]: Incoming buffer size: 4194315 Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Sep 29, 2022 1:25:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [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}] Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Using negotiated subprotocol: null Sep 29, 2022 1:25:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 0e5240e2-fd40-49bd-9bf2-0747f52a2351 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: CkrjHDcL0YtOvmGkarZ6eRfzgxU= > Upgrade: websocket Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: jNEpOxYn67S1vAHI/Lr5PA== < sec-websocket-version: 13 < upgrade: websocket Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 0df7237f-c6cc-4f57-b376-8f227cda42ce [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 0df7237f-c6cc-4f57-b376-8f227cda42ce [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: jNEpOxYn67S1vAHI/Lr5PA== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0df7237f-c6cc-4f57-b376-8f227cda42ce [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: usYqtKkl7fAhP7i2OIszWMtksAk= < upgrade: websocket Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 0df7237f-c6cc-4f57-b376-8f227cda42ce [5 ms]: Incoming buffer size: 4194315 Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Segment "a" does not match Sep 29, 2022 1:25:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [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}] Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Using negotiated subprotocol: null Sep 29, 2022 1:25:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 61981c10-1292-4edf-b34b-572ebfb50c94 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: usYqtKkl7fAhP7i2OIszWMtksAk= > Upgrade: websocket Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: eQilrcFB4NkpZ/XwYti5pQ== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Segment "a" does not match Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 52953b9d-ca62-4c18-b66b-bb524490f2a0 [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 52953b9d-ca62-4c18-b66b-bb524490f2a0 [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: eQilrcFB4NkpZ/XwYti5pQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 52953b9d-ca62-4c18-b66b-bb524490f2a0 [5 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 9fagopzuzFQ6NP/VxRKL+LQ4A4I= < 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/a < x-tyrus-tracing-03: [0 ms] Segment "a" does not match < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-05: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < 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 Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 52953b9d-ca62-4c18-b66b-bb524490f2a0 [7 ms]: Incoming buffer size: 4194315 Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [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}] Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Using negotiated subprotocol: null Sep 29, 2022 1:25:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 2d7e7035-c6ae-47fc-9381-905f8c6c68aa [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: 9fagopzuzFQ6NP/VxRKL+LQ4A4I= > Upgrade: websocket [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.137 s - in org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-debug --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-debug] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-debug --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-debug --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.1.99-SNAPSHOT/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.1.99-SNAPSHOT/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.1.99-SNAPSHOT/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-bundles >-------------- [INFO] Building Tyrus Bundles 2.1.99-SNAPSHOT [64/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-bundles --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-bundles --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-bundles --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-bundles --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-bundles --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.1.99-SNAPSHOT/tyrus-bundles-2.1.99-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-samples >-------------- [INFO] Building Tyrus Samples Bundle 2.1.99-SNAPSHOT [65/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-samples --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-samples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-samples --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-samples --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-samples --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (unpack-examples) @ tyrus-samples --- [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [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/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/tyrus-samples-all.zip [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/bundles/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.1.99-SNAPSHOT/tyrus-samples-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/tyrus-samples-all.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.1.99-SNAPSHOT/tyrus-samples-2.1.99-SNAPSHOT-all.zip [INFO] [INFO] --------< org.glassfish.tyrus.bundles:tyrus-standalone-client >--------- [INFO] Building Tyrus Standalone Client 2.1.99-SNAPSHOT [66/69] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-standalone-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-standalone-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-standalone-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-standalone-client --- [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ tyrus-standalone-client --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-client-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-framework:sources:4.0.0:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http-server:sources:4.0.0:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http:sources:4.0.0:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/tyrus-core-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/tyrus-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/tyrus-spi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/4.0.0/grizzly-framework-4.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/4.0.0/grizzly-http-server-4.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/4.0.0/grizzly-http-4.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/bundles/client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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/tinuous-integration_2.1.1-BRANCH/bundles/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-standalone-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ tyrus-standalone-client --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.1.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:4.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:4.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:4.0.0 in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.1.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] grizzly-framework-4.0.0.jar, grizzly-http-4.0.0.jar, grizzly-http-server-4.0.0.jar, jakarta.websocket-api-2.1.0.jar, jakarta.websocket-client-api-2.1.0.jar, tyrus-client-2.1.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar, tyrus-core-2.1.99-SNAPSHOT.jar, tyrus-spi-2.1.99-SNAPSHOT.jar, tyrus-standalone-client-2.1.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.websocket-api-2.1.0.jar, jakarta.websocket-client-api-2.1.0.jar, tyrus-client-2.1.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar, tyrus-core-2.1.99-SNAPSHOT.jar, tyrus-spi-2.1.99-SNAPSHOT.jar, tyrus-standalone-client-2.1.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] grizzly-framework-4.0.0.jar, grizzly-http-4.0.0.jar, grizzly-http-server-4.0.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.99-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources added. [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (default) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-standalone-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.1.99-SNAPSHOT/tyrus-standalone-client-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.1.99-SNAPSHOT/tyrus-standalone-client-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.1.99-SNAPSHOT/tyrus-standalone-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk >------- [INFO] Building Tyrus Standalone Client - JDK 2.1.99-SNAPSHOT [67/69] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-standalone-client-jdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-standalone-client-jdk --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ tyrus-standalone-client-jdk --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-client-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-jdk-client:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.1.99-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/tyrus-core-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/tyrus-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/tyrus-spi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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 --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ tyrus-standalone-client-jdk --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.1.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-jdk-client:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.1.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jakarta.websocket-api-2.1.0.jar, jakarta.websocket-client-api-2.1.0.jar, tyrus-client-2.1.99-SNAPSHOT.jar, tyrus-container-jdk-client-2.1.99-SNAPSHOT.jar, tyrus-core-2.1.99-SNAPSHOT.jar, tyrus-spi-2.1.99-SNAPSHOT.jar, tyrus-standalone-client-jdk-2.1.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/MANIFEST.MF [WARNING] - META-INF/NOTICE.md [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-standalone-client-jdk --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/client-bundle-sources added. [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (default) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-standalone-client-jdk --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-standalone-client-jdk --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.1.99-SNAPSHOT/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.1.99-SNAPSHOT/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.1.99-SNAPSHOT/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-archive >---------- [INFO] Building Tyrus Websocket RI Archive 2.1.99-SNAPSHOT [68/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ websocket-ri-archive --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ websocket-ri-archive --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ websocket-ri-archive --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ websocket-ri-archive --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ websocket-ri-archive --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ websocket-ri-archive --- [INFO] Copying tyrus-container-servlet-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-servlet-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar [INFO] Copying jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.transaction-api-2.0.0.jar [INFO] Copying tyrus-core-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-core-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar [INFO] Copying jakarta.websocket-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-api-2.1.0.jar [INFO] Copying grizzly-framework-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-framework-4.0.0.jar [INFO] Copying jakarta.websocket-client-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-client-api-2.1.0.jar [INFO] Copying grizzly-http-server-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-http-server-4.0.0.jar [INFO] Copying jakarta.enterprise.lang-model-4.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.lang-model-4.0.1.jar [INFO] Copying jakarta.ejb-api-4.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.ejb-api-4.0.1.jar [INFO] Copying jakarta.annotation-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.annotation-api-2.1.0.jar [INFO] Copying jakarta.inject-api-2.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.inject-api-2.0.1.jar [INFO] Copying grizzly-http-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-http-4.0.0.jar [INFO] Copying tyrus-client-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-client-2.1.99-SNAPSHOT.jar [INFO] Copying jakarta.interceptor-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.interceptor-api-2.1.0.jar [INFO] Copying tyrus-server-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-server-2.1.99-SNAPSHOT.jar [INFO] Copying jakarta.el-api-5.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.el-api-5.0.0.jar [INFO] Copying tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.jar [INFO] Copying jakarta.xml.bind-api-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.xml.bind-api-4.0.0.jar [INFO] Copying jakarta.enterprise.cdi-api-4.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.cdi-api-4.0.1.jar [INFO] Copying jakarta.activation-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.activation-api-2.1.0.jar [INFO] Copying tyrus-spi-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-spi-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (copy) @ websocket-ri-archive --- [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.1.99-SNAPSHOT:jar [INFO] Copying tyrus-client-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-client-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-server-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-server-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-core-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-core-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-container-servlet-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-servlet-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-spi-2.1.99-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/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.99-SNAPSHOT.zip [INFO] Building tar : /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.99-SNAPSHOT.tar.gz [INFO] Building tar : /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.99-SNAPSHOT.tar.bz2 [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.99-SNAPSHOT/websocket-ri-archive-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.99-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.99-SNAPSHOT/websocket-ri-archive-2.1.99-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.99-SNAPSHOT.tar.gz to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.99-SNAPSHOT/websocket-ri-archive-2.1.99-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.99-SNAPSHOT.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.99-SNAPSHOT/websocket-ri-archive-2.1.99-SNAPSHOT.tar.bz2 [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-bundle >----------- [INFO] Building Tyrus Websocket RI Bundle 2.1.99-SNAPSHOT [69/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ websocket-ri-bundle --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ websocket-ri-bundle --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ websocket-ri-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ websocket-ri-bundle --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ websocket-ri-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ websocket-ri-bundle --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:?:jar [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-client-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-server:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.1.99-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/tyrus-core-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/tyrus-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/tyrus-server-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider,**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider,**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/tyrus-spi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/resources [INFO] Copying 1 resource [INFO] Copying 30 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ websocket-ri-bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 208 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/classes Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish7/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t] [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-embedded-gf --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.1.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.1.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.1.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-dynamic-deploy >-- [INFO] Building Tyrus Servlet Dynamic Deploy Test 2.1.99-SNAPSHOT [53/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-dynamic-deploy] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.1.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.1.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.1.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-noappconfig >-- [INFO] Building Tyrus Servlet No App Config 2.1.99-SNAPSHOT [54/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-noappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-noappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-noappconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/generated-sources/rsrc-gen added. [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest Sep 29, 2022 1:25:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:25:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/noappconfig-test/one Sep 29, 2022 1:25:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:25:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s - in org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-noappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-noappconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-noappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-noappconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-oneappconfig >-- [INFO] Building Tyrus Servlet One App Config 2.1.99-SNAPSHOT [55/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-oneappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Sep 29, 2022 1:25:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:25:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:25:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 s - in org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-oneappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-oneappconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-oneappconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-remote >---- [INFO] Building Tyrus Servlet RemoteEndpoint Timeout 2.1.99-SNAPSHOT [56/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-remote --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-remote --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-remote --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- 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/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-remote --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.021 s - in org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-remote --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-remote] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-remote --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.1.99-SNAPSHOT/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.1.99-SNAPSHOT/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.1.99-SNAPSHOT/tyrus-tests-servlet-remote-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-session >---- [INFO] Building Tyrus Servlet Session Closing 2.1.99-SNAPSHOT [57/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-session --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-session --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-session --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/generated-sources/rsrc-gen added. [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionCloseApplicationTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-session --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/coder/PrimitiveDecoders.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/coder/PrimitiveDecoders.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ websocket-ri-bundle --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ websocket-ri-bundle --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ websocket-ri-bundle --- [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/l10n Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/wsadl/model Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/coder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/frame Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/extension Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/cluster Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/uri/internal Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/uri Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/collection Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-spi] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/gf/ejb Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-container-glassfish-ejb] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/websocket Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/websocket/server Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ websocket-ri-bundle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ websocket-ri-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ websocket-ri-bundle --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.99-SNAPSHOT/websocket-ri-bundle-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.99-SNAPSHOT/websocket-ri-bundle-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.99-SNAPSHOT/websocket-ri-bundle-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ websocket-ri-bundle --- [INFO] Installing org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.99-SNAPSHOT/websocket-ri-bundle-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tyrus 2.1.99-SNAPSHOT: [INFO] [INFO] tyrus .............................................. SUCCESS [ 15.473 s] [INFO] tyrus-archetypes ................................... SUCCESS [ 0.080 s] [INFO] Tyrus Echo Archetype ............................... SUCCESS [ 8.403 s] [INFO] Tyrus BOM .......................................... SUCCESS [ 0.004 s] [INFO] Tyrus Container SPI ................................ SUCCESS [ 3.871 s] [INFO] Tyrus Core ......................................... SUCCESS [ 12.712 s] [INFO] Tyrus Client ....................................... SUCCESS [ 1.926 s] [INFO] Tyrus Container Modules ............................ SUCCESS [ 0.091 s] [INFO] Tyrus Containers For Glassfish ..................... SUCCESS [ 0.089 s] [INFO] Tyrus CDI Component Provider ....................... SUCCESS [ 0.816 s] [INFO] Tyrus EJB Component Provider ....................... SUCCESS [ 0.382 s] [INFO] Tyrus Grizzly Client Container ..................... SUCCESS [ 0.791 s] [INFO] Tyrus Server ....................................... SUCCESS [ 1.246 s] [INFO] Tyrus Grizzly Server Container ..................... SUCCESS [ 0.378 s] [INFO] Tyrus InMemory Container ........................... SUCCESS [ 1.287 s] [INFO] Tyrus Servlet Bundle ............................... SUCCESS [ 8.466 s] [INFO] Tyrus Tests ........................................ SUCCESS [ 0.049 s] [INFO] Tyrus Test Tools ................................... SUCCESS [ 0.349 s] [INFO] Tyrus JDK Client Container ......................... SUCCESS [ 14.433 s] [INFO] Tyrus Documentation ................................ SUCCESS [ 16.062 s] [INFO] Tyrus Extension Modules ............................ SUCCESS [ 0.037 s] [INFO] Tyrus CLI Client ................................... SUCCESS [ 2.195 s] [INFO] Tyrus Monitoring JMX ............................... SUCCESS [ 3.050 s] [INFO] Tyrus Extension - Per Message Deflate .............. SUCCESS [ 1.856 s] [INFO] Tyrus Java8 Client Extension ....................... SUCCESS [ 1.941 s] [INFO] Tyrus Samples ...................................... SUCCESS [ 0.061 s] [INFO] Tyrus Auction Sample ............................... SUCCESS [ 1.226 s] [INFO] Tyrus CDI Sample ................................... SUCCESS [ 1.080 s] [INFO] Tyrus Chat Sample .................................. SUCCESS [ 0.420 s] [INFO] Tyrus Draw Sample .................................. SUCCESS [ 0.289 s] [INFO] Tyrus Echo Sample .................................. SUCCESS [ 1.403 s] [INFO] Tyrus Basic Auth Sample ............................ SUCCESS [ 0.904 s] [INFO] Tyrus Secure Echo Sample ........................... SUCCESS [ 0.382 s] [INFO] Tyrus Programmatic Echo Sample ..................... SUCCESS [ 1.439 s] [INFO] Tyrus Simple Life Sample ........................... SUCCESS [ 0.258 s] [INFO] Tyrus Shared Collection Sample ..................... SUCCESS [ 1.322 s] [INFO] Tyrus Container Tests .............................. SUCCESS [ 0.019 s] [INFO] Tyrus JDK Containers Tests ......................... SUCCESS [ 1.038 s] [INFO] Tyrus Servlet Containers Tests ..................... SUCCESS [ 0.677 s] [INFO] Tyrus End-to-End Tests ............................. SUCCESS [ 0.021 s] [INFO] Tyrus End-to-End Application Config Tests .......... SUCCESS [ 3.465 s] [INFO] Tyrus End-to-End Non-deployable Tests .............. SUCCESS [ 10.371 s] [INFO] Tyrus End-to-End Standard Config Tests ............. SUCCESS [01:05 min] [INFO] Tyrus End-to-End Java 8 Tests ...................... SUCCESS [ 1.482 s] [INFO] Tyrus End-to-End Tests running on Jetty ............ SUCCESS [ 0.022 s] [INFO] Tyrus End-to-End Basic Auth Tests .................. SUCCESS [ 8.907 s] [INFO] Tyrus End-to-End Digest Auth Tests ................. SUCCESS [ 0.798 s] [INFO] Tyrus Server Integration Tests ..................... SUCCESS [ 0.046 s] [INFO] Tyrus Servlet Async Tests .......................... SUCCESS [ 1.909 s] [INFO] Tyrus Autobahn Echo Server ......................... SUCCESS [ 0.212 s] [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 28.191 s] [INFO] Tyrus Servlet Tests on Glassfish ................... SUCCESS [01:45 min] [INFO] Tyrus Servlet Dynamic Deploy Test .................. SUCCESS [ 0.675 s] [INFO] Tyrus Servlet No App Config ........................ SUCCESS [ 1.673 s] [INFO] Tyrus Servlet One App Config ....................... SUCCESS [ 1.219 s] [INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SUCCESS [ 0.584 s] [INFO] Tyrus Servlet Session Closing ...................... SUCCESS [ 17.685 s] [INFO] Tyrus Servlet Two App Config ....................... SUCCESS [ 1.401 s] [INFO] Tyrus Servlet Monitoring Test ...................... SUCCESS [ 1.441 s] [INFO] Tyrus Servlet Inject Test .......................... SUCCESS [ 0.695 s] [INFO] Tyrus Servlet Max Sessions Per App Tests ........... SUCCESS [ 3.148 s] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SUCCESS [ 3.411 s] [INFO] Tyrus Debug Debug Samples .......................... SUCCESS [ 11.959 s] [INFO] Tyrus Bundles ...................................... SUCCESS [ 0.026 s] [INFO] Tyrus Samples Bundle ............................... SUCCESS [ 4.182 s] [INFO] Tyrus Standalone Client ............................ SUCCESS [ 1.288 s] [INFO] Tyrus Standalone Client - JDK ...................... SUCCESS [ 0.392 s] [INFO] Tyrus Websocket RI Archive ......................... SUCCESS [ 2.198 s] [INFO] Tyrus Websocket RI Bundle .......................... SUCCESS [ 1.795 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:40 min [INFO] Finished at: 2022-09-29T13:25:23Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Sep 29, 2022 1:25:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:25:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:25:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:25:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.79 s - in org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Sep 29, 2022 1:25:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:25:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Sep 29, 2022 1:25:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:25:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:25:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:25:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Sep 29, 2022 1:25:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:25:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.76 s - in org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-session --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-session] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-session --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-session --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.1.99-SNAPSHOT/tyrus-tests-servlet-session-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.1.99-SNAPSHOT/tyrus-tests-servlet-session-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.1.99-SNAPSHOT/tyrus-tests-servlet-session-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet.twoappconfig:tyrus-tests-servlet-twoappconfig >-- [INFO] Building Tyrus Servlet Two App Config 2.1.99-SNAPSHOT [58/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-twoappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest Sep 29, 2022 1:25:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:25:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:25:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.58 s - in org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-twoappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-twoappconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-twoappconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.1.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-mbean-test >-- [INFO] Building Tyrus Servlet Monitoring Test 2.1.99-SNAPSHOT [59/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-mbean-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-mbean-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-mbean-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.MBeanTest Sep 29, 2022 1:25:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:25:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s - in org.glassfish.tyrus.tests.servlet.MBeanTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-mbean-test --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-mbean-test] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-mbean-test --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.1.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.1.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.1.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-inject >---- [INFO] Building Tyrus Servlet Inject Test 2.1.99-SNAPSHOT [60/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-inject --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-inject --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-inject --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-inject] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-inject --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.1.99-SNAPSHOT/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.1.99-SNAPSHOT/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.1.99-SNAPSHOT/tyrus-tests-servlet-inject-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-app >-- [INFO] Building Tyrus Servlet Max Sessions Per App Tests 2.1.99-SNAPSHOT [61/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Sep 29, 2022 1:25:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:25:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:41 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 ================== Sep 29, 2022 1:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:25:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:43 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 ================== Sep 29, 2022 1:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.356 s - in org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-maxsessions-per-app] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.99-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/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.1.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.1.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.1.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-remoteaddr >-- [INFO] Building Tyrus Servlet Max Sessions Per Remote Addr Tests 2.1.99-SNAPSHOT [62/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/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/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Sep 29, 2022 1:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:25:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:44 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 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.] 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.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 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 ================== Sep 29, 2022 1:25:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 29, 2022 1:25:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:46 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 Sep 29, 2022 1:25:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.55 s - in org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-maxsessions-per-remoteaddr] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-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/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.1.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.1.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.1.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-debug >----- [INFO] Building Tyrus Debug Debug Samples 2.1.99-SNAPSHOT [63/69] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-tests-servlet-debug --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-tests-servlet-debug --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-tests-servlet-debug --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tyrus-tests-servlet-debug --- [INFO] Changes detected - recompiling the module! [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.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-debug --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-debug --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: eVRslMdXgmYS/B4e0j5OdQ== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [3 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [3 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [3 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [4 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [4 ms]: Segment "a" does not match Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [4 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [4 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [4 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83fb1d19-ce5e-4074-b40a-77388f10e080 [5 ms]: Endpoints matched to the request URI: [] Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 130f5fb6-c51e-4a6a-8fb2-3bb19bb2f3f9 [16 ms]: Redirect enabled: false Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 130f5fb6-c51e-4a6a-8fb2-3bb19bb2f3f9 [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: eVRslMdXgmYS/B4e0j5OdQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 130f5fb6-c51e-4a6a-8fb2-3bb19bb2f3f9 [141 ms]: Received handshake response: < 404 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-01: [3 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length < x-tyrus-tracing-02: [3 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-03: [4 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length < x-tyrus-tracing-04: [4 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a < x-tyrus-tracing-05: [4 ms] Segment "a" does not match < x-tyrus-tracing-06: [4 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-07: [4 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length < x-tyrus-tracing-08: [4 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-09: [4 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length < x-tyrus-tracing-10: [4 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-11: [4 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length < x-tyrus-tracing-12: [5 ms] Endpoints matched to the request URI: [] Sep 29, 2022 1:25:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. > Session 6134621e-17db-489c-8602-148fe2c01916 [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: p0yW6kjfnsfuaDUgF4y1zw== > Sec-WebSocket-Version: 13 > Upgrade: websocket < Session 6134621e-17db-489c-8602-148fe2c01916 [19 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: HfzXVZ5NYBz68akzD0jAR1GwLLI= < upgrade: websocket Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 6m2bI818svASsU0K/Mz1uQ== < sec-websocket-version: 13 < upgrade: websocket Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: Segment "a" does not match Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77c25853-9803-4ae3-a4f3-541fcfe9367d [0 ms]: Endpoints matched to the request URI: [] Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 6c4ffe39-f6fc-44fd-8050-35aa035ee737 [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 6c4ffe39-f6fc-44fd-8050-35aa035ee737 [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: 6m2bI818svASsU0K/Mz1uQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c4ffe39-f6fc-44fd-8050-35aa035ee737 [10 ms]: Received handshake response: < 404 Sep 29, 2022 1:25:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: Z6N1G92wZca12kNqQ6xwew== < sec-websocket-version: 13 < upgrade: websocket Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Segment "a" does not match Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 3379522a-d882-48ce-8cd6-32a0b2a9392f [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 3379522a-d882-48ce-8cd6-32a0b2a9392f [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: Z6N1G92wZca12kNqQ6xwew== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 3379522a-d882-48ce-8cd6-32a0b2a9392f [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 8s5eYxRoJu981rHMTF0NDJMkh7I= < upgrade: websocket Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 3379522a-d882-48ce-8cd6-32a0b2a9392f [6 ms]: Incoming buffer size: 4194315 Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [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}] Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Using negotiated subprotocol: null Sep 29, 2022 1:25:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 77a46d06-53e7-4306-a454-0ef358414f24 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: 8s5eYxRoJu981rHMTF0NDJMkh7I= > Upgrade: websocket Sep 29, 2022 1:25:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$EchoEndpoint Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/echo < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: uWuDQ8CDxwuaLELVlJ/43Q== < sec-websocket-version: 13 < upgrade: websocket Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [0 ms]: Matching request URI /samples-debug/endpoint/echo against /samples-debug/endpoint/echo Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/echo] Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 87367c23-38b6-4501-903c-28082f178b6c [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/echo Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 87367c23-38b6-4501-903c-28082f178b6c [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: uWuDQ8CDxwuaLELVlJ/43Q== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 87367c23-38b6-4501-903c-28082f178b6c [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: vv4EHYcEbRUC0PLeHmRhGXkVfsU= < upgrade: websocket Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [0 ms]: Using negotiated subprotocol: null Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: vv4EHYcEbRUC0PLeHmRhGXkVfsU= > Upgrade: websocket Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 87367c23-38b6-4501-903c-28082f178b6c [9 ms]: Incoming buffer size: 4194315 Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [5 ms]: Received text message Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [7 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4b8729ff, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@61710c6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3214ee6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@383dc82c, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4a07d605, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@74287ea3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7d7758be, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2bdd8394, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5f9edf14, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@68878f6d, type=class java.io.Reader}] Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [8 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5f9edf14, type=class java.lang.String} Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 87367c23-38b6-4501-903c-28082f178b6c [13 ms]: Received text message Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [10 ms]: Received binary message Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 87367c23-38b6-4501-903c-28082f178b6c [14 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7d42f045, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@38406189, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1b802687, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@9b2febe, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6398e715, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@586f9ec6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@42c13f52, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5c187eba, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@789c8a63, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5c21a218, type=class java.io.Reader}] Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 87367c23-38b6-4501-903c-28082f178b6c [14 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@789c8a63, type=class java.lang.String} Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [11 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@68746f22, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2f01783a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@41488b16, type=class java.io.InputStream}] Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ae874f0f-41c6-4a31-bcf5-18098cc14523 [12 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@68746f22, type=class java.nio.ByteBuffer} Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 87367c23-38b6-4501-903c-28082f178b6c [17 ms]: Received binary message Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 87367c23-38b6-4501-903c-28082f178b6c [17 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@457c9eaa, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@abb2856, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1f39b12, type=class java.io.InputStream}] Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 87367c23-38b6-4501-903c-28082f178b6c [18 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@457c9eaa, type=class java.nio.ByteBuffer} Sep 29, 2022 1:25:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Sep 29, 2022 1:25:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 29, 2022 1:25:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 20f782fb-6137-4f0b-a6b7-be89b29e0fef [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 20f782fb-6137-4f0b-a6b7-be89b29e0fef [0 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: CnS+no+Dh8dJfZ0wZcmnNg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 29, 2022 1:25:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 20f782fb-6137-4f0b-a6b7-be89b29e0fef [5 ms]: Received handshake response: < 401 < upgrade: websocket < www-authenticate: Basic realm="my realm" Sep 29, 2022 1:25:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 20f782fb-6137-4f0b-a6b7-be89b29e0fef [7 ms]: Using authentication config: AuthConfig{Basic->org.glassfish.tyrus.client.auth.BasicAuthenticator, Digest->org.glassfish.tyrus.client.auth.DigestAuthenticator} Sep 29, 2022 1:25:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 20f782fb-6137-4f0b-a6b7-be89b29e0fef [7 ms]: Using authentication scheme: Basic Sep 29, 2022 1:25:53 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 20f782fb-6137-4f0b-a6b7-be89b29e0fef [9 ms]: Using authenticator: org.glassfish.tyrus.client.auth.BasicAuthenticator Sep 29, 2022 1:25:53 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 20f782fb-6137-4f0b-a6b7-be89b29e0fef [9 ms]: Using credentials: Credentials{username: Petr, password: *****} Sep 29, 2022 1:25:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 20f782fb-6137-4f0b-a6b7-be89b29e0fef [9 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Authorization: ***** > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: CnS+no+Dh8dJfZ0wZcmnNg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 29, 2022 1:25:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 20f782fb-6137-4f0b-a6b7-be89b29e0fef [13 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: /fRvfiebyB/EsNZ2v0lZ1L1/7q8= < upgrade: websocket Sep 29, 2022 1:25:53 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 20f782fb-6137-4f0b-a6b7-be89b29e0fef [15 ms]: Incoming buffer size: 4194315 Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: VdCmleBRArMJyTC1owNpjg== < sec-websocket-version: 12 < upgrade: websocket Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Segment "a" does not match Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [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}] Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Upgrade request contains unsupported version of Websocket protocol Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 70366f95-756b-42ed-9b0d-33dc0db21d08 [0 ms]: Sending handshake response: > 426 > Sec-WebSocket-Version: 13 Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 0e252301-38db-4d0e-a2f5-0f6841bf2c5f [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 0e252301-38db-4d0e-a2f5-0f6841bf2c5f [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: VdCmleBRArMJyTC1owNpjg== > Sec-WebSocket-Version: 12 > Upgrade: websocket Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0e252301-38db-4d0e-a2f5-0f6841bf2c5f [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/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 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 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 a better match, because it has longer exact path < x-tyrus-tracing-18: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-19: [0 ms] /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables < x-tyrus-tracing-20: [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-21: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b < x-tyrus-tracing-22: [0 ms] Upgrade request contains unsupported version of Websocket protocol Sep 29, 2022 1:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: S7HDShY7CpZcn0Zltz4zsA== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session ba8256eb-77f2-46dc-853f-dcf55f9e15c9 [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session ba8256eb-77f2-46dc-853f-dcf55f9e15c9 [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: S7HDShY7CpZcn0Zltz4zsA== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ba8256eb-77f2-46dc-853f-dcf55f9e15c9 [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 8qTAFOm31gvszhC1iFBNNsAQdLQ= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-01: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-03: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-05: [0 ms] Segment "a" does not match < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-07: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-08: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-09: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session ba8256eb-77f2-46dc-853f-dcf55f9e15c9 [6 ms]: Incoming buffer size: 4194315 Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Segment "a" does not match Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [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}] Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Using negotiated subprotocol: null Sep 29, 2022 1:25:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 34b50cfa-12a8-4b82-bb23-d53f05d0d33d [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: 8qTAFOm31gvszhC1iFBNNsAQdLQ= > Upgrade: websocket Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: lSDmKsL+9viym9LIrKS2cg== < sec-websocket-version: 13 < upgrade: websocket Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d1435586-bc4f-4e4b-91f4-b3adec92bcd0 [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session d1435586-bc4f-4e4b-91f4-b3adec92bcd0 [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: lSDmKsL+9viym9LIrKS2cg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d1435586-bc4f-4e4b-91f4-b3adec92bcd0 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: WCy0dxOBL5C/UCnGjuzokpJtTpE= < upgrade: websocket Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session d1435586-bc4f-4e4b-91f4-b3adec92bcd0 [5 ms]: Incoming buffer size: 4194315 Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Segment "a" does not match Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [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}] Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Using negotiated subprotocol: null Sep 29, 2022 1:25:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session edc8d8b9-7055-468b-88b3-8d36bab17c20 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: WCy0dxOBL5C/UCnGjuzokpJtTpE= > Upgrade: websocket Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 29, 2022 1:25:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 1NayAbcmMtqH8oCnQLV2Fg== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Segment "a" does not match Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session ae9ed021-02ed-4316-a9d4-876c0b3559dc [0 ms]: Redirect enabled: false Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session ae9ed021-02ed-4316-a9d4-876c0b3559dc [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: 1NayAbcmMtqH8oCnQLV2Fg== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae9ed021-02ed-4316-a9d4-876c0b3559dc [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: imWqlIjUslm92L0RVTgAS/pxt/I= < 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 < 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] 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 Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session ae9ed021-02ed-4316-a9d4-876c0b3559dc [6 ms]: Incoming buffer size: 4194315 Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Sep 29, 2022 1:25:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [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}] Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Using negotiated subprotocol: null Sep 29, 2022 1:25:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 91d83fea-c2dc-478a-9181-c111451dda69 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: imWqlIjUslm92L0RVTgAS/pxt/I= > Upgrade: websocket [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.803 s - in org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-debug --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-debug] in [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-debug --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-debug --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.1.99-SNAPSHOT/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.1.99-SNAPSHOT/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.1.99-SNAPSHOT/tyrus-tests-servlet-debug-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-bundles >-------------- [INFO] Building Tyrus Bundles 2.1.99-SNAPSHOT [64/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-bundles --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-bundles --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-bundles --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-bundles --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-bundles --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.1.99-SNAPSHOT/tyrus-bundles-2.1.99-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-samples >-------------- [INFO] Building Tyrus Samples Bundle 2.1.99-SNAPSHOT [65/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-samples --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-samples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-samples --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-samples --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-samples --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (unpack-examples) @ tyrus-samples --- [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [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/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/tyrus-samples-all.zip [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/bundles/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.1.99-SNAPSHOT/tyrus-samples-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/samples/target/tyrus-samples-all.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.1.99-SNAPSHOT/tyrus-samples-2.1.99-SNAPSHOT-all.zip [INFO] [INFO] --------< org.glassfish.tyrus.bundles:tyrus-standalone-client >--------- [INFO] Building Tyrus Standalone Client 2.1.99-SNAPSHOT [66/69] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-standalone-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-standalone-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-standalone-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-standalone-client --- [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ tyrus-standalone-client --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-client-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-framework:sources:4.0.0:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http-server:sources:4.0.0:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http:sources:4.0.0:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/tyrus-core-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/tyrus-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/tyrus-spi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/4.0.0/grizzly-framework-4.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/4.0.0/grizzly-http-server-4.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/4.0.0/grizzly-http-4.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/bundles/client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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/tinuous-integration_2.1.1-BRANCH/bundles/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tyrus-standalone-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ tyrus-standalone-client --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.1.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:4.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:4.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:4.0.0 in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.1.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] grizzly-framework-4.0.0.jar, grizzly-http-4.0.0.jar, grizzly-http-server-4.0.0.jar, jakarta.websocket-api-2.1.0.jar, jakarta.websocket-client-api-2.1.0.jar, tyrus-client-2.1.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar, tyrus-core-2.1.99-SNAPSHOT.jar, tyrus-spi-2.1.99-SNAPSHOT.jar, tyrus-standalone-client-2.1.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.websocket-api-2.1.0.jar, jakarta.websocket-client-api-2.1.0.jar, tyrus-client-2.1.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar, tyrus-core-2.1.99-SNAPSHOT.jar, tyrus-spi-2.1.99-SNAPSHOT.jar, tyrus-standalone-client-2.1.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] grizzly-framework-4.0.0.jar, grizzly-http-4.0.0.jar, grizzly-http-server-4.0.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.99-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/client-bundle-sources added. [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (default) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-standalone-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.1.99-SNAPSHOT/tyrus-standalone-client-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.1.99-SNAPSHOT/tyrus-standalone-client-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.1.99-SNAPSHOT/tyrus-standalone-client-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk >------- [INFO] Building Tyrus Standalone Client - JDK 2.1.99-SNAPSHOT [67/69] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ tyrus-standalone-client-jdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ tyrus-standalone-client-jdk --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ tyrus-standalone-client-jdk --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-client-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-jdk-client:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.1.99-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/tyrus-core-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/tyrus-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/tyrus-spi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [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/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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 --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ tyrus-standalone-client-jdk --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.1.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-jdk-client:jar:2.1.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.1.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jakarta.websocket-api-2.1.0.jar, jakarta.websocket-client-api-2.1.0.jar, tyrus-client-2.1.99-SNAPSHOT.jar, tyrus-container-jdk-client-2.1.99-SNAPSHOT.jar, tyrus-core-2.1.99-SNAPSHOT.jar, tyrus-spi-2.1.99-SNAPSHOT.jar, tyrus-standalone-client-jdk-2.1.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/MANIFEST.MF [WARNING] - META-INF/NOTICE.md [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ tyrus-standalone-client-jdk --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/client-bundle-sources added. [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (default) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ tyrus-standalone-client-jdk --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-standalone-client-jdk --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.1.99-SNAPSHOT/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.1.99-SNAPSHOT/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.1.99-SNAPSHOT/tyrus-standalone-client-jdk-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-archive >---------- [INFO] Building Tyrus Websocket RI Archive 2.1.99-SNAPSHOT [68/69] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ websocket-ri-archive --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ websocket-ri-archive --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ websocket-ri-archive --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ websocket-ri-archive --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ websocket-ri-archive --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ websocket-ri-archive --- [INFO] Copying tyrus-container-servlet-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-servlet-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar [INFO] Copying jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.transaction-api-2.0.0.jar [INFO] Copying tyrus-core-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-core-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar [INFO] Copying jakarta.websocket-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-api-2.1.0.jar [INFO] Copying grizzly-framework-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-framework-4.0.0.jar [INFO] Copying jakarta.websocket-client-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-client-api-2.1.0.jar [INFO] Copying grizzly-http-server-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-http-server-4.0.0.jar [INFO] Copying jakarta.enterprise.lang-model-4.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.lang-model-4.0.1.jar [INFO] Copying jakarta.ejb-api-4.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.ejb-api-4.0.1.jar [INFO] Copying jakarta.annotation-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.annotation-api-2.1.0.jar [INFO] Copying jakarta.inject-api-2.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.inject-api-2.0.1.jar [INFO] Copying grizzly-http-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-http-4.0.0.jar [INFO] Copying tyrus-client-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-client-2.1.99-SNAPSHOT.jar [INFO] Copying jakarta.interceptor-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.interceptor-api-2.1.0.jar [INFO] Copying tyrus-server-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-server-2.1.99-SNAPSHOT.jar [INFO] Copying jakarta.el-api-5.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.el-api-5.0.0.jar [INFO] Copying tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT.jar [INFO] Copying jakarta.xml.bind-api-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.xml.bind-api-4.0.0.jar [INFO] Copying jakarta.enterprise.cdi-api-4.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.cdi-api-4.0.1.jar [INFO] Copying jakarta.activation-api-2.1.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.activation-api-2.1.0.jar [INFO] Copying tyrus-spi-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-spi-2.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (copy) @ websocket-ri-archive --- [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.1.99-SNAPSHOT:jar [INFO] Copying tyrus-client-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-client-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-server-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-server-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-core-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-core-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-grizzly-client-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-container-servlet-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-servlet-2.1.99-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.1.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-spi-2.1.99-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/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.99-SNAPSHOT.zip [INFO] Building tar : /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.99-SNAPSHOT.tar.gz [INFO] Building tar : /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.99-SNAPSHOT.tar.bz2 [INFO] [INFO] --- maven-source-plugin:3.2.0: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/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.99-SNAPSHOT/websocket-ri-archive-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.99-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.99-SNAPSHOT/websocket-ri-archive-2.1.99-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.99-SNAPSHOT.tar.gz to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.99-SNAPSHOT/websocket-ri-archive-2.1.99-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.99-SNAPSHOT.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.99-SNAPSHOT/websocket-ri-archive-2.1.99-SNAPSHOT.tar.bz2 [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-bundle >----------- [INFO] Building Tyrus Websocket RI Bundle 2.1.99-SNAPSHOT [69/69] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ websocket-ri-bundle --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ websocket-ri-bundle --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ websocket-ri-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ websocket-ri-bundle --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ websocket-ri-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ websocket-ri-bundle --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:?:jar [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-client-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-server:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:sources:2.1.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.1.99-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.1.0/jakarta.websocket-api-2.1.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.1.0/jakarta.websocket-client-api-2.1.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/core/target/tyrus-core-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/client/target/tyrus-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/server/target/tyrus-server-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider,**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider,**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/spi/target/tyrus-spi-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/resources [INFO] Copying 1 resource [INFO] Copying 30 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ websocket-ri-bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 208 source files to /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/coder/PrimitiveDecoders.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/coder/PrimitiveDecoders.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ websocket-ri-bundle --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ websocket-ri-bundle --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ websocket-ri-bundle --- [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/l10n Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/wsadl/model Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/coder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/frame Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/extension Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/cluster Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/uri/internal Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/uri Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/collection Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-spi] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/gf/ejb Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-container-glassfish-ejb] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/websocket Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/websocket/server Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [INFO] [INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ websocket-ri-bundle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ websocket-ri-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ websocket-ri-bundle --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.99-SNAPSHOT/websocket-ri-bundle-2.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.99-SNAPSHOT/websocket-ri-bundle-2.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.1.1-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.99-SNAPSHOT/websocket-ri-bundle-2.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ websocket-ri-bundle --- [INFO] Installing org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.99-SNAPSHOT/websocket-ri-bundle-2.1.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tyrus 2.1.99-SNAPSHOT: [INFO] [INFO] tyrus .............................................. SUCCESS [ 12.030 s] [INFO] tyrus-archetypes ................................... SUCCESS [ 0.048 s] [INFO] Tyrus Echo Archetype ............................... SUCCESS [ 6.322 s] [INFO] Tyrus BOM .......................................... SUCCESS [ 0.011 s] [INFO] Tyrus Container SPI ................................ SUCCESS [ 3.598 s] [INFO] Tyrus Core ......................................... SUCCESS [ 10.900 s] [INFO] Tyrus Client ....................................... SUCCESS [ 1.803 s] [INFO] Tyrus Container Modules ............................ SUCCESS [ 0.082 s] [INFO] Tyrus Containers For Glassfish ..................... SUCCESS [ 0.083 s] [INFO] Tyrus CDI Component Provider ....................... SUCCESS [ 0.748 s] [INFO] Tyrus EJB Component Provider ....................... SUCCESS [ 0.350 s] [INFO] Tyrus Grizzly Client Container ..................... SUCCESS [ 0.825 s] [INFO] Tyrus Server ....................................... SUCCESS [ 1.001 s] [INFO] Tyrus Grizzly Server Container ..................... SUCCESS [ 0.421 s] [INFO] Tyrus InMemory Container ........................... SUCCESS [ 1.277 s] [INFO] Tyrus Servlet Bundle ............................... SUCCESS [ 5.668 s] [INFO] Tyrus Tests ........................................ SUCCESS [ 0.036 s] [INFO] Tyrus Test Tools ................................... SUCCESS [ 0.291 s] [INFO] Tyrus JDK Client Container ......................... SUCCESS [ 15.549 s] [INFO] Tyrus Documentation ................................ SUCCESS [ 13.733 s] [INFO] Tyrus Extension Modules ............................ SUCCESS [ 0.023 s] [INFO] Tyrus CLI Client ................................... SUCCESS [ 1.682 s] [INFO] Tyrus Monitoring JMX ............................... SUCCESS [ 2.796 s] [INFO] Tyrus Extension - Per Message Deflate .............. SUCCESS [ 1.583 s] [INFO] Tyrus Java8 Client Extension ....................... SUCCESS [ 1.673 s] [INFO] Tyrus Samples ...................................... SUCCESS [ 0.061 s] [INFO] Tyrus Auction Sample ............................... SUCCESS [ 1.330 s] [INFO] Tyrus CDI Sample ................................... SUCCESS [ 1.052 s] [INFO] Tyrus Chat Sample .................................. SUCCESS [ 0.414 s] [INFO] Tyrus Draw Sample .................................. SUCCESS [ 0.296 s] [INFO] Tyrus Echo Sample .................................. SUCCESS [ 1.296 s] [INFO] Tyrus Basic Auth Sample ............................ SUCCESS [ 0.705 s] [INFO] Tyrus Secure Echo Sample ........................... SUCCESS [ 0.333 s] [INFO] Tyrus Programmatic Echo Sample ..................... SUCCESS [ 1.248 s] [INFO] Tyrus Simple Life Sample ........................... SUCCESS [ 0.233 s] [INFO] Tyrus Shared Collection Sample ..................... SUCCESS [ 1.208 s] [INFO] Tyrus Container Tests .............................. SUCCESS [ 0.066 s] [INFO] Tyrus JDK Containers Tests ......................... SUCCESS [ 0.991 s] [INFO] Tyrus Servlet Containers Tests ..................... SUCCESS [ 0.729 s] [INFO] Tyrus End-to-End Tests ............................. SUCCESS [ 0.020 s] [INFO] Tyrus End-to-End Application Config Tests .......... SUCCESS [ 3.473 s] [INFO] Tyrus End-to-End Non-deployable Tests .............. SUCCESS [ 9.938 s] [INFO] Tyrus End-to-End Standard Config Tests ............. SUCCESS [01:05 min] [INFO] Tyrus End-to-End Java 8 Tests ...................... SUCCESS [ 1.184 s] [INFO] Tyrus End-to-End Tests running on Jetty ............ SUCCESS [ 0.050 s] [INFO] Tyrus End-to-End Basic Auth Tests .................. SUCCESS [ 4.723 s] [INFO] Tyrus End-to-End Digest Auth Tests ................. SUCCESS [ 0.823 s] [INFO] Tyrus Server Integration Tests ..................... SUCCESS [ 0.052 s] [INFO] Tyrus Servlet Async Tests .......................... SUCCESS [ 1.614 s] [INFO] Tyrus Autobahn Echo Server ......................... SUCCESS [ 0.233 s] [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 25.780 s] [INFO] Tyrus Servlet Tests on Glassfish ................... SUCCESS [01:39 min] [INFO] Tyrus Servlet Dynamic Deploy Test .................. SUCCESS [ 0.547 s] [INFO] Tyrus Servlet No App Config ........................ SUCCESS [ 1.208 s] [INFO] Tyrus Servlet One App Config ....................... SUCCESS [ 1.235 s] [INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SUCCESS [ 0.645 s] [INFO] Tyrus Servlet Session Closing ...................... SUCCESS [ 17.128 s] [INFO] Tyrus Servlet Two App Config ....................... SUCCESS [ 1.161 s] [INFO] Tyrus Servlet Monitoring Test ...................... SUCCESS [ 1.126 s] [INFO] Tyrus Servlet Inject Test .......................... SUCCESS [ 0.668 s] [INFO] Tyrus Servlet Max Sessions Per App Tests ........... SUCCESS [ 2.956 s] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SUCCESS [ 3.187 s] [INFO] Tyrus Debug Debug Samples .......................... SUCCESS [ 11.343 s] [INFO] Tyrus Bundles ...................................... SUCCESS [ 0.021 s] [INFO] Tyrus Samples Bundle ............................... SUCCESS [ 2.933 s] [INFO] Tyrus Standalone Client ............................ SUCCESS [ 1.168 s] [INFO] Tyrus Standalone Client - JDK ...................... SUCCESS [ 0.399 s] [INFO] Tyrus Websocket RI Archive ......................... SUCCESS [ 2.185 s] [INFO] Tyrus Websocket RI Bundle .......................... SUCCESS [ 1.710 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:08 min [INFO] Finished at: 2022-09-29T13:26:06Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS