Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained etc/jenkins/Jenkinsfile_ci_build from 38f9d685af5eaf33790ee4aba96954d987406624 Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] stage [Pipeline] { (Jersey build) [Pipeline] parallel [Pipeline] { (Branch: JDK 8 ) [Pipeline] { (Branch: JDK 13 ) [Pipeline] stage [Pipeline] { (JDK 8 ) [Pipeline] stage [Pipeline] { (JDK 13 ) [Pipeline] node [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos-7’ Still waiting to schedule task Waiting for next available executor on ‘centos-7’ Agent centos-7-fhffw 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-fhffw" 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-fhffw" - 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-fhffw" - 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.7" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-tyrus" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-fhffw in /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/tyrus.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --progress https://github.com/eclipse-ee4j/tyrus.git +refs/heads/2.0.1-BRANCH:refs/remotes/origin/2.0.1-BRANCH # timeout=10 Avoid second fetch Checking out Revision 38f9d685af5eaf33790ee4aba96954d987406624 (2.0.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.0.1-BRANCH:refs/remotes/origin/2.0.1-BRANCH # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38f9d685af5eaf33790ee4aba96954d987406624 # timeout=10 Commit message: "Prepare next development cycle for 2.1.0-SNAPSHOT" First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn -U -C -Dtyrus.test.container.client=org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer -Pbundles clean install -Dmaven.javadoc.skip=true [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] tyrus [pom] [INFO] tyrus-archetypes [pom] [INFO] Tyrus Echo Archetype [jar] [INFO] Tyrus BOM [pom] [INFO] Tyrus Container SPI [bundle] [INFO] Tyrus Core [bundle] [INFO] Tyrus Client [bundle] [INFO] Tyrus Container Modules [pom] [INFO] Tyrus Containers For Glassfish [pom] [INFO] Tyrus CDI Component Provider [bundle] [INFO] Tyrus EJB Component Provider [bundle] [INFO] Tyrus Grizzly Client Container [bundle] [INFO] Tyrus Server [bundle] [INFO] Tyrus Grizzly Server Container [bundle] [INFO] Tyrus InMemory Container [bundle] [INFO] Tyrus Servlet Bundle [bundle] [INFO] Tyrus Tests [pom] [INFO] Tyrus Test Tools [bundle] [INFO] Tyrus JDK Client Container [bundle] [INFO] Tyrus Documentation [pom] [INFO] Tyrus Extension Modules [pom] [INFO] Tyrus CLI Client [bundle] [INFO] Tyrus Monitoring JMX [jar] [INFO] Tyrus Extension - Per Message Deflate [bundle] [INFO] Tyrus Java8 Client Extension [bundle] [INFO] Tyrus Samples [pom] [INFO] Tyrus Auction Sample [war] [INFO] Tyrus CDI Sample [war] [INFO] Tyrus Chat Sample [war] [INFO] Tyrus Draw Sample [war] [INFO] Tyrus Echo Sample [war] [INFO] Tyrus Basic Auth Sample [war] [INFO] Tyrus Secure Echo Sample [war] [INFO] Tyrus Programmatic Echo Sample [war] [INFO] Tyrus Simple Life Sample [war] [INFO] Tyrus Shared Collection Sample [war] [INFO] Tyrus End-to-End Tests [pom] [INFO] Tyrus End-to-End Application Config Tests [war] [INFO] Tyrus End-to-End Non-deployable Tests [war] [INFO] Tyrus End-to-End Standard Config Tests [war] [INFO] Tyrus End-to-End Java 8 Tests [war] [INFO] Tyrus End-to-End Tests running on Jetty [pom] [INFO] Tyrus End-to-End Basic Auth Tests [jar] [INFO] Tyrus End-to-End Digest Auth Tests [jar] [INFO] Tyrus Server Integration Tests [pom] [INFO] Tyrus Servlet Async Tests [war] [INFO] Tyrus Autobahn Echo Server [war] [INFO] Tyrus Servlet Basic Tests [war] [INFO] Tyrus Servlet Dynamic Deploy Test [war] [INFO] Tyrus Servlet No App Config [war] [INFO] Tyrus Servlet One App Config [war] [INFO] Tyrus Servlet RemoteEndpoint Timeout [war] [INFO] Tyrus Servlet Session Closing [war] [INFO] Tyrus Servlet Two App Config [war] [INFO] Tyrus Servlet Monitoring Test [war] [INFO] Tyrus Servlet Inject Test [war] [INFO] Tyrus Servlet Max Sessions Per App Tests [war] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests [war] [INFO] Tyrus Debug Debug Samples [war] [INFO] Tyrus Bundles [pom] [INFO] Tyrus Samples Bundle [pom] [INFO] Tyrus Standalone Client [jar] [INFO] Tyrus Standalone Client - JDK [jar] [INFO] Tyrus Websocket RI Archive [pom] [INFO] Tyrus Websocket RI Bundle [bundle] [INFO] [INFO] -----------------< org.glassfish.tyrus:tyrus-project >------------------ [INFO] Building tyrus 2.1.0-SNAPSHOT [1/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.1.0-SNAPSHOT/tyrus-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >------- [INFO] Building tyrus-archetypes 2.1.0-SNAPSHOT [2/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-archetypes-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-archetypes-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-archetypes-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-archetypes-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.1.0-SNAPSHOT/tyrus-archetypes-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.archetypes:tyrus-archetype-echo >--------- [INFO] Building Tyrus Echo Archetype 2.1.0-SNAPSHOT [3/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-archetype-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-archetype-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/archetypes/echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-archetype-echo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.0-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.0.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.1.0-SNAPSHOT/tyrus-archetype-echo-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/archetypes/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.1.0-SNAPSHOT/tyrus-archetype-echo-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.1.0-SNAPSHOT/tyrus-archetype-echo-2.1.0-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.0-SNAPSHOT [4/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-bom --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.1.0-SNAPSHOT/tyrus-bom-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-spi >-------------------- [INFO] Building Tyrus Container SPI 2.1.0-SNAPSHOT [5/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-spi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-spi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-spi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-spi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-spi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-spi --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/tyrus-spi-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-spi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/tyrus-spi-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.0-SNAPSHOT/tyrus-spi-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.0-SNAPSHOT/tyrus-spi-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/tyrus-spi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.0-SNAPSHOT/tyrus-spi-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-spi --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/tyrus/tyrus-spi/2.1.0-SNAPSHOT/tyrus-spi-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-core >------------------- [INFO] Building Tyrus Core 2.1.0-SNAPSHOT [6/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-core --- [INFO] [INFO] --- maven-istack-commons-plugin:2.6.1:rs-gen (default) @ tyrus-core --- Resources: org/glassfish/tyrus/core/l10n/localization.properties Processing /home/jenkins/agent/workspace/tinuous-integration_2.0.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:1.8:add-source (default) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-jaxb-plugin:1.1.1:generate (default) @ tyrus-core --- Cannot find CatalogManager.properties [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/core/etc/wsadl.xsd [INFO] Writing output to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/generated-sources/xjc [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/src/test/java/org/glassfish/tyrus/core/uri/EquivalentPathsTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/src/test/java/org/glassfish/tyrus/core/uri/EquivalentPathsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-core --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.core.TyrusExtensionTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.glassfish.tyrus.core.TyrusExtensionTest Running org.glassfish.tyrus.core.FrameTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.glassfish.tyrus.core.FrameTest Running org.glassfish.tyrus.core.WriterInfoTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.glassfish.tyrus.core.WriterInfoTest Running org.glassfish.tyrus.core.MessageHandlerManagerTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.glassfish.tyrus.core.MessageHandlerManagerTest Running org.glassfish.tyrus.core.TyrusFutureTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.glassfish.tyrus.core.TyrusFutureTest Running org.glassfish.tyrus.core.uri.EquivalentPathsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.core.uri.EquivalentPathsTest Running org.glassfish.tyrus.core.uri.BestMatchTest Match for /a calculated is: /a Match for /a/b calculated is: /a/b Match for /a/b/c calculated is: /a/b/c Match for /d calculated is: null Match for / calculated is: null Match for /a/b/c/d calculated is: null Match for /d/d/d calculated is: null Match for /a calculated is: /{var1} Match for /a/b calculated is: /{var1}/{var2} Match for /a/b/c calculated is: /{var1}/{var2}/{var3} Match for /a/b/c/d calculated is: null Match for /a calculated is: null Match for /a/b/c calculated is: null Match for /a/b calculated is: /a/{var} Match for /b/d calculated is: /b/{var2} Match for /a/b/c calculated is: /a/b/c Match for /a/d/c calculated is: /a/{var2}/c Match for /a/x/y calculated is: /a/{var2}/{var3} Match for /a calculated is: /a Match for /x calculated is: /{var1} Match for /a/b calculated is: /a/b Match for /x/y calculated is: null Match for /x/b calculated is: /{var1}/b Match for /a/y calculated is: /a/{var2} Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.core.uri.BestMatchTest Running org.glassfish.tyrus.core.UtilsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.glassfish.tyrus.core.UtilsTest Running org.glassfish.tyrus.core.TyrusSessionTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.glassfish.tyrus.core.TyrusSessionTest Running org.glassfish.tyrus.core.UtilsPropertiesTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.glassfish.tyrus.core.UtilsPropertiesTest Running org.glassfish.tyrus.core.TyrusRemoteEndpointTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.glassfish.tyrus.core.TyrusRemoteEndpointTest Results : Tests run: 104, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-core --- [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.1.0-SNAPSHOT : Unused Export-Package instructions: [org.glassfish.tyrus.core.coder.*, org.glassfish.tyrus.core.extension.*, org.glassfish.tyrus.core.cluster.*, org.glassfish.tyrus.core.frame.*, org.glassfish.tyrus.core.wsadl.model.*] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/tyrus-core-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/tyrus-core-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.0-SNAPSHOT/tyrus-core-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.0-SNAPSHOT/tyrus-core-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/tyrus-core-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.0-SNAPSHOT/tyrus-core-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-core --- [INFO] Installing org/glassfish/tyrus/tyrus-core/2.1.0-SNAPSHOT/tyrus-core-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-client >------------------ [INFO] Building Tyrus Client 2.1.0-SNAPSHOT [7/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.client.ClientManagerTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.glassfish.tyrus.client.ClientManagerTest Running org.glassfish.tyrus.client.auth.CredentialsTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.client.auth.CredentialsTest Running org.glassfish.tyrus.client.auth.AuthConfigTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.glassfish.tyrus.client.auth.AuthConfigTest Running org.glassfish.tyrus.client.TyrusClientEngineTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.glassfish.tyrus.client.TyrusClientEngineTest Results : Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-client --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/tyrus-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/tyrus-client-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.0-SNAPSHOT/tyrus-client-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.0-SNAPSHOT/tyrus-client-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/tyrus-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.0-SNAPSHOT/tyrus-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-client --- [INFO] Installing org/glassfish/tyrus/tyrus-client/2.1.0-SNAPSHOT/tyrus-client-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-containers-project >------------ [INFO] Building Tyrus Container Modules 2.1.0-SNAPSHOT [8/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-containers-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-containers-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-containers-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-containers-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.1.0-SNAPSHOT/tyrus-containers-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.tyrus:tyrus-containers-glassfish-project >------- [INFO] Building Tyrus Containers For Glassfish 2.1.0-SNAPSHOT [9/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-containers-glassfish-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-containers-glassfish-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.1.0-SNAPSHOT/tyrus-containers-glassfish-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-cdi >---------- [INFO] Building Tyrus CDI Component Provider 2.1.0-SNAPSHOT [10/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-glassfish-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-glassfish-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-glassfish-cdi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-glassfish-cdi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-ejb >---------- [INFO] Building Tyrus EJB Component Provider 2.1.0-SNAPSHOT [11/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-glassfish-ejb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-glassfish-ejb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:3.2.0:testResources (default-testResources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-glassfish-ejb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-glassfish-ejb --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-client >--------- [INFO] Building Tyrus Grizzly Client Container 2.1.0-SNAPSHOT [12/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-grizzly-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-grizzly-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyWriter.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:3.2.0:testResources (default-testResources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-grizzly-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-grizzly-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.0-SNAPSHOT/tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.0-SNAPSHOT/tyrus-container-grizzly-client-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.0-SNAPSHOT/tyrus-container-grizzly-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.0-SNAPSHOT/tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-server >------------------ [INFO] Building Tyrus Server 2.1.0-SNAPSHOT [13/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-server --- [INFO] [INFO] --- maven-istack-commons-plugin:2.6.1:rs-gen (default) @ tyrus-server --- Resources: [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-server --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.server.TyrusServerConfigurationTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.glassfish.tyrus.server.TyrusServerConfigurationTest Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-server --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/tyrus-server-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/tyrus-server-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.0-SNAPSHOT/tyrus-server-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.0-SNAPSHOT/tyrus-server-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/tyrus-server-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.0-SNAPSHOT/tyrus-server-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-server --- [INFO] Installing org/glassfish/tyrus/tyrus-server/2.1.0-SNAPSHOT/tyrus-server-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-server >--------- [INFO] Building Tyrus Grizzly Server Container 2.1.0-SNAPSHOT [14/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-grizzly-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-grizzly-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-grizzly-server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-grizzly-server --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.0-SNAPSHOT/tyrus-container-grizzly-server-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.0-SNAPSHOT/tyrus-container-grizzly-server-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.0-SNAPSHOT/tyrus-container-grizzly-server-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.0-SNAPSHOT/tyrus-container-grizzly-server-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-inmemory >------------ [INFO] Building Tyrus InMemory Container 2.1.0-SNAPSHOT [15/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-inmemory --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-inmemory --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-inmemory --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.container.inmemory.EchoTest # client sent: in-memory echo! # server echoed: in-memory echo! # client received: in-memory echo! Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec - in org.glassfish.tyrus.container.inmemory.EchoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-inmemory --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.1.0-SNAPSHOT/tyrus-container-inmemory-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.1.0-SNAPSHOT/tyrus-container-inmemory-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.1.0-SNAPSHOT/tyrus-container-inmemory-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing org/glassfish/tyrus/tyrus-container-inmemory/2.1.0-SNAPSHOT/tyrus-container-inmemory-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-servlet >------------- [INFO] Building Tyrus Servlet Bundle 2.1.0-SNAPSHOT [16/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-servlet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-servlet --- [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tyrus-container-servlet --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.0-SNAPSHOT/tyrus-container-servlet-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.0-SNAPSHOT/tyrus-container-servlet-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.0-SNAPSHOT/tyrus-container-servlet-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-servlet --- [INFO] Installing org/glassfish/tyrus/tyrus-container-servlet/2.1.0-SNAPSHOT/tyrus-container-servlet-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-project >------------ [INFO] Building Tyrus Tests 2.1.0-SNAPSHOT [17/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.1.0-SNAPSHOT/tyrus-tests-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-test-tools >------------- [INFO] Building Tyrus Test Tools 2.1.0-SNAPSHOT [18/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-test-tools --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-test-tools --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-test-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:3.2.0:testResources (default-testResources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-test-tools --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-test-tools --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/target/tyrus-test-tools-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/target/tyrus-test-tools-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.1.0-SNAPSHOT/tyrus-test-tools-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.1.0-SNAPSHOT/tyrus-test-tools-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/target/tyrus-test-tools-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.1.0-SNAPSHOT/tyrus-test-tools-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-test-tools --- [INFO] Installing org/glassfish/tyrus/tests/tyrus-test-tools/2.1.0-SNAPSHOT/tyrus-test-tools-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus:tyrus-container-jdk-client >----------- [INFO] Building Tyrus JDK Client Container 2.1.0-SNAPSHOT [19/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-jdk-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-jdk-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.container.jdk.client.UnknownHostTest Sep 01, 2021 3:53:29 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: BEGIN COUNT: 24 Sep 01, 2021 3:53:29 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: AFTER WARMUP COUNT: 37 Sep 01, 2021 3:53:29 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: END COUNT: 37 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec - in org.glassfish.tyrus.container.jdk.client.UnknownHostTest Running org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Sep 01, 2021 3:53:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:53:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:53:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.4 sec - in org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Sep 01, 2021 3:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:53:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Running org.glassfish.tyrus.container.jdk.client.SslFilterTest === SSLHandshakeException (certificate_unknown) on the server expected === Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.948 sec - in org.glassfish.tyrus.container.jdk.client.SslFilterTest Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at sun.security.ssl.AppInputStream.read(AppInputStream.java:71) at org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:502) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:53:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:53:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:53:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.109 sec - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest Running org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Sep 01, 2021 3:53:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:53:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Running org.glassfish.tyrus.container.jdk.client.EchoTest Sep 01, 2021 3:53:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:53:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: onOpen # server echoed: Do or do not, there is no try. ### Received: Do or do not, there is no try. (from your server) Sep 01, 2021 3:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.container.jdk.client.EchoTest Running org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest Sep 01, 2021 3:53:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:53:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.048 sec - in org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest Results : Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-jdk-client --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.1.0-SNAPSHOT/tyrus-container-jdk-client-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.1.0-SNAPSHOT/tyrus-container-jdk-client-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.1.0-SNAPSHOT/tyrus-container-jdk-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-jdk-client/2.1.0-SNAPSHOT/tyrus-container-jdk-client-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.glassfish.tyrus:tyrus-documentation >--------------- [INFO] Building Tyrus Documentation 2.1.0-SNAPSHOT [20/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-documentation --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-documentation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-documentation --- [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/docs/target/gen-src [copy] Copying 16 files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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] Processing input file: user-guide.xml [INFO] Applying customization parameters after docbkx parameters [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.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 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. Sep 01, 2021 3:53:44 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern for lang="en". Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #2. Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #3. Sep 01, 2021 3:53:44 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 01, 2021 3:53:44 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 01, 2021 3:53:44 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 01, 2021 3:53:44 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 01, 2021 3:53:44 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 01, 2021 3:53:44 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 01, 2021 3:53:44 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 01, 2021 3:53:44 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 01, 2021 3:53:44 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 01, 2021 3:53:44 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 01, 2021 3:53:44 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 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #4. Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #5. Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #6. Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #7. Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 183:2622) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 183:2622) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 183:2622) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 187:962) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 187:962) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 187:962) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 191:948) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 191:948) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 191:948) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 8 of a paragraph overflows the available area by 7140 millipoints. (See position 195:962) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 195:962) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 195:962) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 195:962) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 5140 millipoints. (See position 195:962) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 199:923) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 199:923) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 199:923) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 15 of a paragraph overflows the available area by 700 millipoints. (See position 203:924) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 14 of a paragraph overflows the available area by 4580 millipoints. (See position 203:924) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 12 of a paragraph overflows the available area by 150 millipoints. (See position 203:924) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 11 of a paragraph overflows the available area by 4030 millipoints. (See position 203:924) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7350 millipoints. (See position 203:924) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 203:924) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 209:552) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 209:552) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 209:552) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 213:3089) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 213:3089) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 213:3089) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 217:913) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 217:913) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 217:913) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 221:913) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 221:913) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 221:913) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 225:916) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 225:916) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 225:916) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #8. Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #9. Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #10. Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #11. Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1080) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 252:1080) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1080) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 252:1080) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 29640 millipoints. (See position 311:685) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #12. Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #13. Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #14. Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 377:1000) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 413:939) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 501:365) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 525:926) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 579:957) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 595:955) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 634:927) Sep 01, 2021 3:53:44 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 634:927) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #15. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #16. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #17. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #18. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #19. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #20. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #21. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #22. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 690:651) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 709:950) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 755:943) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 755:943) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 755:943) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 45106 millipoints. (See position 758:659) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 768:949) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #23. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #24. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 835:955) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 863:980) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 875:980) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 875:980) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #25. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #26. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #27. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 912:943) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 912:943) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #28. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #29. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #30. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 949:863) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:863) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:863) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:863) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 949:863) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 949:863) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:863) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 975:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 989:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 989:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 994:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 994:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 994:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1010:670) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1016:426) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1038:654) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1060:570) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1062:609) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1066:487) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1066:487) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1078:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1136:471) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1136:471) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1233:584) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1246:554) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1323:378) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1333:378) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1347:378) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1416:390) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1416:390) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1421:390) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1421:390) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1421:390) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1450:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1497:378) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1497:378) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1567:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1571:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1619:578) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1649:389) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1649:389) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1649:389) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1683:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1716:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1729:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 6000 millipoints. (See position 1741:787) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1759:513) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1788:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1796:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1796:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1796:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1812:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1812:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1812:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1812:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1828:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1828:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1828:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1828:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1853:393) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1858:393) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1884:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1884:382) Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #31. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #32. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #33. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #34. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #35. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #36. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #37. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #38. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #39. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #40. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #41. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #42. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #43. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #44. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #45. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #46. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #47. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #48. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #49. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #50. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #51. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #52. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #53. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #54. Sep 01, 2021 3:53:45 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #55. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/docs/target/docbook/user-guide.pdf has been generated. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/docs/target/docbook for generated file(s) [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ tyrus-documentation --- [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/docs/target/tyrus-documentation-2.1.0-SNAPSHOT-docbook.zip [INFO] [INFO] --- build-helper-maven-plugin:1.8:attach-artifact (attach-artifacts) @ tyrus-documentation --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-documentation --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-documentation --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.1.0-SNAPSHOT/tyrus-documentation-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/docs/target/tyrus-documentation-2.1.0-SNAPSHOT-docbook.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.1.0-SNAPSHOT/tyrus-documentation-2.1.0-SNAPSHOT-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/docs/target/docbook/user-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.1.0-SNAPSHOT/tyrus-documentation-2.1.0-SNAPSHOT-user-guide.pdf [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extensions-project >---------- [INFO] Building Tyrus Extension Modules 2.1.0-SNAPSHOT [21/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-extensions-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-extensions-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-extensions-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-extensions-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.1.0-SNAPSHOT/tyrus-extensions-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.tyrus.ext:tyrus-client-cli >-------------- [INFO] Building Tyrus CLI Client 2.1.0-SNAPSHOT [22/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-client-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-client-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:3.2.0:testResources (default-testResources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-client-cli --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-client-cli --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-client-cli --- [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ tyrus-client-cli --- [WARNING] Map in class org.apache.maven.plugins.shade.resource.ManifestResourceTransformer declares value type as: class java.util.jar.Attributes but saw: class java.lang.String at runtime [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.0.0 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:3.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:3.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:3.0.0 in the shaded jar. [INFO] Including jline:jline:jar:2.14.5 in the shaded jar. [WARNING] jakarta.xml.bind-api-3.0.1.jar, jakarta.activation-2.0.1.jar define 1 overlappping classes: [WARNING] - module-info [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-client-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-client-cli --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.1.0-SNAPSHOT/tyrus-client-cli-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.1.0-SNAPSHOT/tyrus-client-cli-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.1.0-SNAPSHOT/tyrus-client-cli-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-client-cli --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-cli/2.1.0-SNAPSHOT/tyrus-client-cli-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus.ext:tyrus-monitoring-jmx >------------ [INFO] Building Tyrus Monitoring JMX 2.1.0-SNAPSHOT [23/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-monitoring-jmx --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-monitoring-jmx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/ext/monitoring-jmx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/SessionCleanUpTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/SessionCleanUpTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-monitoring-jmx --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 sec - in org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Running org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Running org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Running org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Running org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Running org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Running org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Running org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Running org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Results : Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.0-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.0.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.1.0-SNAPSHOT/tyrus-monitoring-jmx-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.1.0-SNAPSHOT/tyrus-monitoring-jmx-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.1.0-SNAPSHOT/tyrus-monitoring-jmx-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extension-deflate >----------- [INFO] Building Tyrus Extension - Per Message Deflate 2.1.0-SNAPSHOT [24/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-extension-deflate --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-extension-deflate --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-extension-deflate --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:49 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=[d0GflIxNa4yojSfu2rdoJQ==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[Hq1x0QOadGf5TSyQChVEL4VvWXs=], 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 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec - in org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-extension-deflate --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-extension-deflate --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.0-SNAPSHOT/tyrus-extension-deflate-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.0-SNAPSHOT/tyrus-extension-deflate-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.0-SNAPSHOT/tyrus-extension-deflate-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.0-SNAPSHOT/tyrus-extension-deflate-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.glassfish.tyrus.ext:tyrus-client-java8 >------------- [INFO] Building Tyrus Java8 Client Extension 2.1.0-SNAPSHOT [25/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client-java8 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-client-java8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:3.2.0:testResources (default-testResources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-client-java8 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. partial: I find your lack of faith disturbing true Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 sec - in org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Results : Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-client-java8 --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-client-java8 --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/target/tyrus-client-java8-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-client-java8 --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/target/tyrus-client-java8-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.1.0-SNAPSHOT/tyrus-client-java8-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.1.0-SNAPSHOT/tyrus-client-java8-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/target/tyrus-client-java8-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.1.0-SNAPSHOT/tyrus-client-java8-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-client-java8 --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-java8/2.1.0-SNAPSHOT/tyrus-client-java8-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus.samples:tyrus-samples-project >---------- [INFO] Building Tyrus Samples 2.1.0-SNAPSHOT [26/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-samples-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-samples-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-samples-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-samples-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.1.0-SNAPSHOT/tyrus-samples-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.samples:tyrus-sample-auction >---------- [INFO] Building Tyrus Auction Sample 2.1.0-SNAPSHOT [27/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-auction --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-auction --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-auction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-auction --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/auction/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-auction --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-auction --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-auction --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-auction] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-auction --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-auction --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-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.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.0-SNAPSHOT/tyrus-sample-auction-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.0-SNAPSHOT/tyrus-sample-auction-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.0-SNAPSHOT/tyrus-sample-auction-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.0-SNAPSHOT/tyrus-sample-auction-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.tyrus.samples:tyrus-sample-cdi >------------ [INFO] Building Tyrus CDI Sample 2.1.0-SNAPSHOT [28/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-cdi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-cdi --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.cdi.CdiTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.glassfish.tyrus.sample.cdi.CdiTest Results : Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-cdi --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-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.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.0-SNAPSHOT/tyrus-sample-cdi-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.0-SNAPSHOT/tyrus-sample-cdi-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.0-SNAPSHOT/tyrus-sample-cdi-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.0-SNAPSHOT/tyrus-sample-cdi-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-chat >------------ [INFO] Building Tyrus Chat Sample 2.1.0-SNAPSHOT [29/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-chat --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-chat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-chat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/chatdata/ChatMessage.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/chat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-chat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-chat --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-chat --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-chat] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-chat --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-chat --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-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.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.0-SNAPSHOT/tyrus-sample-chat-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.0-SNAPSHOT/tyrus-sample-chat-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.0-SNAPSHOT/tyrus-sample-chat-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.0-SNAPSHOT/tyrus-sample-chat-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-draw >------------ [INFO] Building Tyrus Draw Sample 2.1.0-SNAPSHOT [30/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-draw --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-draw --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-draw --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-draw --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/draw/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-draw --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-draw --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-draw --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-draw] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-draw --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-draw --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-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.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.0-SNAPSHOT/tyrus-sample-draw-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.0-SNAPSHOT/tyrus-sample-draw-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.0-SNAPSHOT/tyrus-sample-draw-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.0-SNAPSHOT/tyrus-sample-draw-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-echo >------------ [INFO] Building Tyrus Echo Sample 2.1.0-SNAPSHOT [31/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-echo --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.echo.EchoTest Sep 01, 2021 3:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:53:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:51 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 01, 2021 3:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 sec - in org.glassfish.tyrus.sample.echo.EchoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-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.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.0-SNAPSHOT/tyrus-sample-echo-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.0-SNAPSHOT/tyrus-sample-echo-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.0-SNAPSHOT/tyrus-sample-echo-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.0-SNAPSHOT/tyrus-sample-echo-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-basic-auth >--------- [INFO] Building Tyrus Basic Auth Sample 2.1.0-SNAPSHOT [32/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-basic-auth --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-basic-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/echo-basic-auth/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-basic-auth --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-basic-auth --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-basic-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-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.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.0-SNAPSHOT/tyrus-sample-basic-auth-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.0-SNAPSHOT/tyrus-sample-basic-auth-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.0-SNAPSHOT/tyrus-sample-basic-auth-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.0-SNAPSHOT/tyrus-sample-basic-auth-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-echo-https >--------- [INFO] Building Tyrus Secure Echo Sample 2.1.0-SNAPSHOT [33/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-echo-https --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-echo-https --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-echo-https --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/echo-https/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-echo-https --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-echo-https --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo-https] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-echo-https --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-echo-https --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-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.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.0-SNAPSHOT/tyrus-sample-echo-https-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.0-SNAPSHOT/tyrus-sample-echo-https-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.0-SNAPSHOT/tyrus-sample-echo-https-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.0-SNAPSHOT/tyrus-sample-echo-https-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-programmatic-echo >----- [INFO] Building Tyrus Programmatic Echo Sample 2.1.0-SNAPSHOT [34/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-programmatic-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-programmatic-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/programmatic-echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-programmatic-echo --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest Sep 01, 2021 3:53:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:53:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:52 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 01, 2021 3:53:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec - in org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-programmatic-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-programmatic-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-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.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-simplelife >--------- [INFO] Building Tyrus Simple Life Sample 2.1.0-SNAPSHOT [35/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-simplelife --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-simplelife --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-simplelife --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-simplelife --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/simplelife/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-simplelife --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-simplelife --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-simplelife --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-simplelife] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-simplelife --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-simplelife --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-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.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.0-SNAPSHOT/tyrus-sample-simplelife-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.0-SNAPSHOT/tyrus-sample-simplelife-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.0-SNAPSHOT/tyrus-sample-simplelife-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.0-SNAPSHOT/tyrus-sample-simplelife-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-shared-collection >----- [INFO] Building Tyrus Shared Collection Sample 2.1.0-SNAPSHOT [36/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-shared-collection --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-shared-collection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/shared-collection/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-shared-collection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-shared-collection --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-shared-collection] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-shared-collection --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-shared-collection --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-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.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.0-SNAPSHOT/tyrus-sample-shared-collection-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.0-SNAPSHOT/tyrus-sample-shared-collection-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.0-SNAPSHOT/tyrus-sample-shared-collection-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.0-SNAPSHOT/tyrus-sample-shared-collection-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-tests-e2e >-------------- [INFO] Building Tyrus End-to-End Tests 2.1.0-SNAPSHOT [37/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.1.0-SNAPSHOT/tyrus-tests-e2e-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-appconfig >--------- [INFO] Building Tyrus End-to-End Application Config Tests 2.1.0-SNAPSHOT [38/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-appconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-appconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-appconfig --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-appconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-appconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-appconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 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='bf163915-752b-4059-9607-3fbccf1bc622', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@3b790e42, 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@13e2e4e0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@47035be7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@71d71c71, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@22f0717, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6ee3656, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5bef990f, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@12123297, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@68ff887d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1f545fb2, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@38548ab6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3bd191a1, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2ff95ac6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@126d3944, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@e700085, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@391bc473, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5cd186fc, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@270d233b, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='bf163915-752b-4059-9607-3fbccf1bc622', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@3b790e42, 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@13e2e4e0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@47035be7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@71d71c71, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@22f0717, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6ee3656, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5bef990f, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@12123297, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@68ff887d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1f545fb2, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@38548ab6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3bd191a1, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2ff95ac6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@126d3944, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@e700085, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@391bc473, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5cd186fc, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@270d233b, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 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='837ab1a2-a197-49f5-b53c-a4af23ffa40b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@17d04a94, 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@52d2d60a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@ea9eab5, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@634aa105, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@76dbc312, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@32fd2945, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@73c091ed, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@45b44419, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6ddfccee, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@36b37711, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@410bd7d3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@26f8c767, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@35d3c7ea, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@18f525be, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@75fcc3c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@677ce04f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4cbb97dd, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7d529321, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='837ab1a2-a197-49f5-b53c-a4af23ffa40b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@17d04a94, 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@52d2d60a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@ea9eab5, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@634aa105, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@76dbc312, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@32fd2945, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@73c091ed, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@45b44419, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6ddfccee, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@36b37711, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@410bd7d3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@26f8c767, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@35d3c7ea, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@18f525be, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@75fcc3c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@677ce04f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4cbb97dd, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7d529321, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 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='88e0c682-340a-4cac-bb37-59ef20c61c71', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@7e5d7372, 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@3b5fe2dd, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@676698bc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@aae796e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1f7d5daa, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5b701d92, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@800cd38, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@711cb05f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@47933db, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5f3e224b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@51d95d99, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@455381b5, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@879852f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@267bc211, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3dd576d2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@645206f4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2046b7ac, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@585582ff, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='88e0c682-340a-4cac-bb37-59ef20c61c71', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@7e5d7372, 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@3b5fe2dd, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@676698bc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@aae796e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1f7d5daa, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5b701d92, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@800cd38, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@711cb05f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@47933db, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5f3e224b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@51d95d99, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@455381b5, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@879852f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@267bc211, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3dd576d2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@645206f4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2046b7ac, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@585582ff, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 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='7eb06334-8e21-40df-bfaa-c337736acb7b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@7665af4b, 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@33672fe3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@21c989a8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@21e1cac, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@595ae453, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5348d0ac, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3ea187a4, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4c2817a0, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@425e0a0a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@57066f5d, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@65285ebe, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6931c0ac, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5b0d99da, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3f156961, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@186f1d93, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7fbc9a92, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@48481ff6, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5c8229ff, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='7eb06334-8e21-40df-bfaa-c337736acb7b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@7665af4b, 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@33672fe3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@21c989a8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@21e1cac, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@595ae453, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5348d0ac, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3ea187a4, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4c2817a0, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@425e0a0a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@57066f5d, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@65285ebe, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6931c0ac, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5b0d99da, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3f156961, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@186f1d93, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7fbc9a92, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@48481ff6, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5c8229ff, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1000] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 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='26e53d4c-2ab6-4c33-b878-da065dddbe1c', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@42169aed, 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@7140ccb, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@384967ad, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@36d9e8d2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@406edd16, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@673bf384, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@14bc84c1, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6dda71fc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5b6a973c, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6375e806, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@139fe225, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2d74343b, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@22a895de, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6ed17c55, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2333560, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@e6a0cf1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@680a7e87, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@ddc8407, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='26e53d4c-2ab6-4c33-b878-da065dddbe1c', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@42169aed, 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@7140ccb, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@384967ad, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@36d9e8d2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@406edd16, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@673bf384, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@14bc84c1, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6dda71fc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5b6a973c, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6375e806, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@139fe225, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2d74343b, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@22a895de, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6ed17c55, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2333560, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@e6a0cf1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@680a7e87, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@ddc8407, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 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='84683588-01dc-4b8d-abe7-edaab1d9ecdb', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@47555676, 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@257d0f8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26b698b9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@331ff26e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5e14e49d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@62782fb7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@70191011, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3cd900fe, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@45102bf4, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6636b176, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5e97bc39, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2a3d99e5, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6eb658dd, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3dd8f97c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5e4dfc8a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1879a417, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@44556775, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3ebc659a, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='84683588-01dc-4b8d-abe7-edaab1d9ecdb', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@47555676, 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@257d0f8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26b698b9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@331ff26e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5e14e49d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@62782fb7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@70191011, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3cd900fe, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@45102bf4, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6636b176, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5e97bc39, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2a3d99e5, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6eb658dd, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3dd8f97c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5e4dfc8a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1879a417, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@44556775, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3ebc659a, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 sec - in org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Running org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 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 06c6d913-59da-4d0b-a67e-243265142b90, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose c7d558db-5441-4968-8100-665aabda4b9d, Client session closed with reason: 'CloseReason[1000]' CloseReason[1000] Server onClose a581b133-97ce-4b7a-9e30-97033eebc7ee, CloseReason[1000] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 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 a1c73a92-ef1f-4cff-bd15-ca43a85f9c38, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Client session closed with reason: 'CloseReason[1000]' Server onClose a63f518d-34d5-4a8f-9a6b-c7108eaeeba7, CloseReason[1000] Server onClose 88caafc7-b042-44db-b7a5-a88a05f80483, CloseReason[1000] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Running org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Running org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Running org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.108 sec - in org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Running org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Running org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:57 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='8838892a-34bd-4f6f-b068-fa0263861179', 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@7de62196, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@163370c2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@51bf5add, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7905a0b8, 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@35a3d49f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@389b0789, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@13d9cbf5, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@478db956, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6ca18a14, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@c667f46, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@51bd8b5c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7b50df34, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1b410b60, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2462cb01, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@19b843ba, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@64ec96c6, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@77659b30, 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='8838892a-34bd-4f6f-b068-fa0263861179', 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@7de62196, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@163370c2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@51bf5add, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7905a0b8, 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@35a3d49f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@389b0789, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@13d9cbf5, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@478db956, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6ca18a14, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@c667f46, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@51bd8b5c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7b50df34, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1b410b60, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2462cb01, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@19b843ba, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@64ec96c6, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@77659b30, 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='12ab2b08-1059-402f-9fb3-f0d40ec97728', 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@7de62196, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@163370c2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@51bf5add, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7905a0b8, 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@35a3d49f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@389b0789, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@13d9cbf5, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@478db956, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6ca18a14, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@c667f46, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@51bd8b5c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7b50df34, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1b410b60, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2462cb01, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@19b843ba, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@64ec96c6, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@77659b30, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:57 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 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Running org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:57 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=[s3o4gjlOXcayhQiHz7NMgA==], 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@2444986d :: [] ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@2444986d :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@145f053a :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@145f053a :: [] ##### TestExtendedExtension getName: ext2 org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='b4cb37d8-da1e-469c-8a35-1b74c6aebfd2', 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@2b9ed6da, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6c61a903, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@658c5a19, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@421e361, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@59d4cd39, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@389c4eb1, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3fc79729, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@34f6515b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4b34fff9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1187c9e8, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@127a7a2e, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@14008db3, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@78a773fd, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@57c03d88, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@16aa8654, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6d7fc27, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@45ac5f9b, type=class java.io.InputStream}]}} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[B3G5AfrzYshbmup6jggVaPnR1no=], sec-websocket-extensions=[ext1, ext2], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint server onMessage. client onMessage. Sep 01, 2021 3:53:57 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='b4cb37d8-da1e-469c-8a35-1b74c6aebfd2', 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@2b9ed6da, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6c61a903, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@658c5a19, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@421e361, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@59d4cd39, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@389c4eb1, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3fc79729, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@34f6515b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4b34fff9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1187c9e8, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@127a7a2e, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@14008db3, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@78a773fd, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@57c03d88, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@16aa8654, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6d7fc27, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@45ac5f9b, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@2444986d ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@2444986d Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@145f053a ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@145f053a Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:57 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=[TEhh3/a1HtVrX1vqmNhb1g==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3c20df53 :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@24937f8e :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### afterResponse org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='124035ff-18a2-424a-889e-1cc56291222c', 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@6a47b187, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2049a9c1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1ef6d34c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@46271dd6, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@11bb571c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7c51f34b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5495333e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2a225dd7, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@61eaec38, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@125290e5, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6fa34d52, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@57576994, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@616ac46a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@67b9b51a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1205bd62, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7ef27d7f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@490caf5f, type=class java.io.InputStream}]}} {connection=[Upgrade], sec-websocket-accept=[1bQa4E6msw9cCjoBURR2QGfpgNs=], sec-websocket-extensions=[TestExtendedExtension], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint server onMessage. client onMessage. org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='124035ff-18a2-424a-889e-1cc56291222c', 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@6a47b187, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2049a9c1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1ef6d34c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@46271dd6, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@11bb571c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7c51f34b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5495333e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2a225dd7, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@61eaec38, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@125290e5, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6fa34d52, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@57576994, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@616ac46a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@67b9b51a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1205bd62, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7ef27d7f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@490caf5f, type=class java.io.InputStream}]}} Sep 01, 2021 3:53:57 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@3c20df53 Sep 01, 2021 3:53:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@24937f8e Results : Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-appconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-appconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.1.0-SNAPSHOT/tyrus-tests-e2e-appconfig-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.1.0-SNAPSHOT/tyrus-tests-e2e-appconfig-2.1.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-e2e-nondeployable >------- [INFO] Building Tyrus End-to-End Non-deployable Tests 2.1.0-SNAPSHOT [39/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-nondeployable --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-nondeployable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-nondeployable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-nondeployable --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-e2e-nondeployable --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Running org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:58 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 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] 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 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Running org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. RetryAfterException received. received message: Do or do not, there is no try. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 01, 2021 3:53:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 01, 2021 3:53:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 01, 2021 3:53:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 01, 2021 3:53:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:53:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.195 sec - in org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Running org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec - in org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest Running org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/e2e-test/echoProgrammatic Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 01, 2021 3:54:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@78ffe6dc Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@8317c52 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@76f2bbc1 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@68e965f5 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6f27a732 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6c779568 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@f381794 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2cdd0d4b Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7e9131d5 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2e1d27ba Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@152aa092 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@44a7bfbc Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4ef37659 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@776b83cc Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@37858383 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4e268090 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1bb266b3 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@306cf3ea Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2beee7ff Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5136d012 Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Running org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 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: 2JCUWSxUJs0hqAb9ImMlng== # Sec-WebSocket-Version: 13 # Upgrade: websocket ##### MyExtendedExtension getName ##### MyExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@19798e1 :: [TyrusParameter{name='basicParam1', value='basicValue1'}] ##### MyExtendedExtension [[param1=value1]] ##### MyExtendedExtension ##### MyExtendedExtension getName ##### MyExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@50cb94f :: [TyrusParameter{name='param1', value='value1'}] org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='e41fe65b-9bed-4466-a3d5-add5a770d6d8', 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@6b8ca3c8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@68c72235, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@10959ece, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3a6bb9bf, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@34f7cfd9, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@65f095f8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@59af0466, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3e6ef8ad, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@346d61be, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@55536d9e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@747edf66, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3d1cfad4, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@62230c58, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2cd2a21f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2e55dd0c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@74455848, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@e7edb54, type=class java.io.InputStream}]}} ##### MyExtendedExtension getName ##### afterResponse # connection: Upgrade # sec-websocket-accept: 3A8XEU7t25oh4jF6Nwqu3WecghA= # 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=-1396358} ##### 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 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 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='e41fe65b-9bed-4466-a3d5-add5a770d6d8', 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@6b8ca3c8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@68c72235, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@10959ece, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3a6bb9bf, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@34f7cfd9, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@65f095f8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@59af0466, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3e6ef8ad, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@346d61be, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@55536d9e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@747edf66, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3d1cfad4, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@62230c58, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2cd2a21f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2e55dd0c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@74455848, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@e7edb54, type=class java.io.InputStream}]}} Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Running org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest ##### MyExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@19798e1 ##### MyExtendedExtension processOutgoing :: 4 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=true, opcode=8, payloadLength=20, maskingKey=433665396} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@50cb94f Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest Running org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 01, 2021 3:54:02 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 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 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 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Sep 01, 2021 3:54:02 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 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Running org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.097 sec - in org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Running org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Received headers: [my-header-value-1, my-header-value-2] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Running org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:54:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.611 sec - in org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Running org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 sec - in org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest Running org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:40243] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:40243 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [81b4b47e-2108-41b2-b5ce-5eaf8e899a1b] SENT: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [81b4b47e-2108-41b2-b5ce-5eaf8e899a1b] RECEIVED: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:40243] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:37385] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:42785] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:37385 Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:39389] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43097] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:46231] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41353] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:37815] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:42785 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43097 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:37815 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41353 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:39389 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:46231 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36687] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36687 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:37979] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:37979 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36171] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36171 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [a068a9fa-765b-461a-b926-ef972cbee8c0] SENT: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [073c0088-e952-43c5-aed0-2d3ecb662b46] SENT: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [0c3d2aa0-292f-46b4-b28a-139677e62002] SENT: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [05e340fb-53c9-4aec-8288-c9e5146bda61] SENT: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [073c0088-e952-43c5-aed0-2d3ecb662b46] RECEIVED: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [0c3d2aa0-292f-46b4-b28a-139677e62002] RECEIVED: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [a068a9fa-765b-461a-b926-ef972cbee8c0] RECEIVED: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [a61009b4-cad1-4ec0-8f28-5e5d10e2e4ff] SENT: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [5ba1e182-06f3-4971-b766-c5b62827c882] SENT: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [d89c4be3-0acf-4c7f-979c-aaca0ede4a31] SENT: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:39389] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:42785] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43097] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [093d7fe0-75a6-45b8-bf6a-c8169e38c2d8] SENT: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [a61009b4-cad1-4ec0-8f28-5e5d10e2e4ff] RECEIVED: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [3a30265b-f826-44c1-9e85-c887c62132b2] SENT: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:37385] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [05e340fb-53c9-4aec-8288-c9e5146bda61] RECEIVED: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [d89c4be3-0acf-4c7f-979c-aaca0ede4a31] RECEIVED: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [3a30265b-f826-44c1-9e85-c887c62132b2] RECEIVED: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [5ba1e182-06f3-4971-b766-c5b62827c882] RECEIVED: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:37815] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41353] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [093d7fe0-75a6-45b8-bf6a-c8169e38c2d8] RECEIVED: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:37979] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [fa7f72f5-4e49-40af-bc56-0d829bc9262a] SENT: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36687] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:46231] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [fa7f72f5-4e49-40af-bc56-0d829bc9262a] RECEIVED: It's a trap! Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36171] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Running org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 4.0.0 org.glassfish.tyrus.tests tyrus-tests-e2e 2.1.0-SNAPSHOT war tyrus-tests-e2e-nondeployable Tyrus End-to-End Non-deployable Tests org.glassfish.tyrus tyrus-core org.glassfish.tyrus tyrus-container-grizzly-client org.glassfish.tyrus tyrus-container-jdk-client org.glassfish.tyrus tyrus-container-inmemory org.glassfish.tyrus.tests tyrus-test-tools com.sun.xml.bind jaxb-osgi test Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Running org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. -1 ### Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Running org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest Running org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Running org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-218] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-219] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-220] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-221] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-222] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-223] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-224] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-225] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-226] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-227] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-228] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-229] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-230] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-231] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-232] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-233] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-234] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-235] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-236] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-237] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-238] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-239] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-240] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-241] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-242] Started. Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-243] Started. Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-244] Started. Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-245] Started. Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-246] Started. Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 sec - in org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest Results : Tests run: 66, Failures: 0, Errors: 0, Skipped: 2 [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.0.1-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-nondeployable --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.1.0-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.1.0-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-stdconfig >--------- [INFO] Building Tyrus End-to-End Standard Config Tests 2.1.0-SNAPSHOT [40/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-stdconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-stdconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-stdconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-stdconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-stdconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 sec - in org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Running org.glassfish.tyrus.test.standard_config.HelloTest Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.glassfish.tyrus.test.standard_config.HelloTest Running org.glassfish.tyrus.test.standard_config.MessageSequenceTest Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:06 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@4de8bbb6 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@432f4c7b[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] Sep 01, 2021 3:54:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:794) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:183) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:70)Sep 01, 2021 3:54:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:54:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:07 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 01, 2021 3:54:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:08 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:54:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:08 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 01, 2021 3:54:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:54:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### OnError: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@33b780d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@dfc861a[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) ### CloseReason[1001,Going away.] at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:849) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) Sep 01, 2021 3:54:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) Sep 01, 2021 3:54:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 01, 2021 3:54:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:11 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 01, 2021 3:54:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 01, 2021 3:54:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:14 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 01, 2021 3:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 01, 2021 3:54:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:17 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 01, 2021 3:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 01, 2021 3:54:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:20 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 01, 2021 3:54:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 01, 2021 3:54:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:23 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@59c73e30 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@5df8a1d0[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) ### CloseReason[1001,Going away.] at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1011) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) Sep 01, 2021 3:54:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)Sep 01, 2021 3:54:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 01, 2021 3:54:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:23 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 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.167 sec - in org.glassfish.tyrus.test.standard_config.MessageSequenceTest Running org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. RECEIVED HEADERS: [my-header-value-1, my-header-value-2] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Running org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Running org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Running org.glassfish.tyrus.test.standard_config.StreamingTextTest Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! STREAMINGCLIENT opened ! Client sending: here Wrapped: Basic Server sending: thank Waiting for the server to process the partial string... Server sending: you Server sending: very Server sending: much Server sending: ! STREAMINGSERVER piece came: here Resuming the client... Client sending: is Waiting for the server to process the partial string... STREAMINGSERVER piece came: is Resuming the client... Client sending: a Waiting for the server to process the partial string... STREAMINGSERVER piece came: a Resuming the client... Client sending: stream. STREAMINGSERVER piece came: stream. STREAMINGSERVER whole message: hereis a stream. STREAMINGCLIENT piece came: thank STREAMINGCLIENT piece came: you STREAMINGCLIENT piece came: very STREAMINGCLIENT piece came: much STREAMINGCLIENT piece came: ! STREAMINGCLIENT received whole message: thank you very much ! Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.test.standard_config.StreamingTextTest Running org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Running org.glassfish.tyrus.test.standard_config.ClientManagerTest Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 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 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.glassfish.tyrus.test.standard_config.ClientManagerTest Running org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 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 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Running org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest.Endpoint2. org.glassfish.tyrus.core.MessageTooBigException: Message too long; allowed message size is 5 bytes. (Current message length is 6 bytes). at org.glassfish.tyrus.core.TyrusSession.checkMessageSize(TyrusSession.java:526) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:597) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:911) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:118) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Running org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8026] Sep 01, 2021 3:54:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.075 sec - in org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Running org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Running org.glassfish.tyrus.test.standard_config.Tyrus109Test Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:28 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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:553) at org.glassfish.tyrus.core.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:583) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core.AnnotatedEndpoint.onOpen(AnnotatedEndpoint.java:603) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onConnect(TyrusEndpointWrapper.java:750) at org.glassfish.tyrus.core.TyrusWebSocket.onConnect(TyrusWebSocket.java:139) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusConnection.(TyrusWebSocketEngine.java:798) at org.glassfish.tyrus.core.TyrusWebSocketEngine$SuccessfulUpgradeInfo.createConnection(TyrusWebSocketEngine.java:734) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleHandshake(GrizzlyServerFilter.java:241) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:178) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.RuntimeException: java.lang.RuntimeException: testException at org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(Tyrus109Test.java:66) ... 28 more Caused by: java.lang.RuntimeException: testException at org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.open(Tyrus109Test.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:553) ... 21 more Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 sec - in org.glassfish.tyrus.test.standard_config.Tyrus109Test Running org.glassfish.tyrus.test.standard_config.OnCloseTest Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.SessionTestAllMethodsAfterCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:514) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:655) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:560) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 #### received: CloseReason[1000] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 #### received: CloseReason[1001] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 #### received: CloseReason[1002] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 #### received: CloseReason[1003] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 #### received: CloseReason[1007] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 #### received: CloseReason[1008] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 #### received: CloseReason[1009] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 #### received: CloseReason[1010] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 #### received: CloseReason[1011] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 #### received: CloseReason[1012] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 #### received: CloseReason[1013] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 ### Received closeReason: 1000 Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 ### Received closeReason: 1001 Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 ### Received closeReason: 1002 Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 ### Received closeReason: 1003 Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 ### Received closeReason: 1007 Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 ### Received closeReason: 1008 Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 ### Received closeReason: 1009 Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 ### Received closeReason: 1010 Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 ### Received closeReason: 1011 Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 ### Received closeReason: 1000 Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 ### Received closeReason: 1000 Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.DoubleCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:514) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:655) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:560) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.268 sec - in org.glassfish.tyrus.test.standard_config.OnCloseTest Running org.glassfish.tyrus.test.standard_config.OriginTest Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. jakarta.websocket.DeploymentException: Handshake error. at org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:658) at org.glassfish.tyrus.client.ClientManager$3.run(ClientManager.java:696) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.tyrus.client.ClientManager$SameThreadExecutorService.execute(ClientManager.java:849) at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112) at org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:493) at org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:337) at org.glassfish.tyrus.test.standard_config.OriginTest.testInvalidOrigin(OriginTest.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: org.glassfish.tyrus.core.HandshakeException: Response code was not 101: 403. at org.glassfish.tyrus.client.TyrusClientEngine.processResponse(TyrusClientEngine.java:300) at org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleHandshake(GrizzlyClientFilter.java:322) at org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleRead(GrizzlyClientFilter.java:291) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.test.standard_config.OriginTest Running org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Running org.glassfish.tyrus.test.standard_config.EncodedObjectTest Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:30 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 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = hello Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:30 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 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = encoded5 Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.glassfish.tyrus.test.standard_config.EncodedObjectTest Running org.glassfish.tyrus.test.standard_config.BlockingInputTest Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 sec - in org.glassfish.tyrus.test.standard_config.BlockingInputTest Running org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! STREAMINGCLIENT opened ! Client sending: here Wrapped: Basic Server sending: thank Waiting for the server to process the partial string... Server sending: you Server sending: very Server sending: much Server sending: ! STREAMINGSERVER piece came: here Resuming the client... Client sending: is Waiting for the server to process the partial string... STREAMINGSERVER piece came: is Resuming the client... Client sending: a Waiting for the server to process the partial string... STREAMINGSERVER piece came: a Resuming the client... Client sending: stream. STREAMINGSERVER piece came: stream. STREAMINGSERVER whole message: hereis a stream. STREAMINGCLIENT piece came: thank STREAMINGCLIENT piece came: you STREAMINGCLIENT piece came: very STREAMINGCLIENT piece came: much STREAMINGCLIENT piece came: ! STREAMINGCLIENT received whole message: thank you very much ! Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Running org.glassfish.tyrus.test.standard_config.BufferSizeTest Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.StringEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core.TextBuffer.appendMessagePart(TextBuffer.java:41) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:950) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core.InputStreamBuffer.checkClosedSession(InputStreamBuffer.java:197) at org.glassfish.tyrus.core.InputStreamBuffer.getNextByte(InputStreamBuffer.java:92) at org.glassfish.tyrus.core.BufferedInputStream.read(BufferedInputStream.java:42) at org.glassfish.tyrus.test.standard_config.BufferSizeTest$InputStreamEndpoint.doThat(BufferSizeTest.java:349) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:553) at org.glassfish.tyrus.core.AnnotatedEndpoint.access$100(AnnotatedEndpoint.java:66) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:652) at org.glassfish.tyrus.core.InputStreamBuffer$1.run(InputStreamBuffer.java:158) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core.InputStreamBuffer.appendMessagePart(InputStreamBuffer.java:141) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1033) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ByteArrayEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core.BinaryBuffer.appendMessagePart(BinaryBuffer.java:54) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1053) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core.ReaderBuffer.checkClosedSession(ReaderBuffer.java:195) at org.glassfish.tyrus.core.ReaderBuffer.getNextChars(ReaderBuffer.java:92) at org.glassfish.tyrus.core.BufferedStringReader.read(BufferedStringReader.java:42) at java.io.Reader.read(Reader.java:121) at org.glassfish.tyrus.test.standard_config.BufferSizeTest$ReaderEndpoint.doThat(BufferSizeTest.java:250) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:553) at org.glassfish.tyrus.core.AnnotatedEndpoint.access$100(AnnotatedEndpoint.java:66) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:652) at org.glassfish.tyrus.core.ReaderBuffer$1.run(ReaderBuffer.java:155) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core.ReaderBuffer.appendMessagePart(ReaderBuffer.java:136) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:930) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.glassfish.tyrus.test.standard_config.BufferSizeTest Running org.glassfish.tyrus.test.standard_config.ProxyTest Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Handle CONNECT start . . . Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Handle CONNECT start . . . Connection to proxy established. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.017 sec - in org.glassfish.tyrus.test.standard_config.ProxyTest Running org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) ### Reconnecting... (reconnect count: 2) ### Reconnecting... (reconnect count: 3) Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 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 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Running org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Running org.glassfish.tyrus.test.standard_config.MessageHandlersTest Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Sep 01, 2021 3:54:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:31 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 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Sep 01, 2021 3:54:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:33 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 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.106 sec - in org.glassfish.tyrus.test.standard_config.MessageHandlersTest Running org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGBSERVER opened ! STREAMINGBCLIENT opened ! STREAMINGBCLIENT Client sending: here false STREAMINGBCLIENT Client sending: is false STREAMINGBSERVER piece came: here STREAMINGBCLIENT Client sending: a false STREAMINGBCLIENT Client sending: string ! true STREAMINGBSERVER piece came: is STREAMINGBSERVER piece came: a STREAMINGBSERVER piece came: string ! STREAMINGBSERVER whole message: here is a string ! STREAMINGBSERVER Server sending: here STREAMINGBSERVER Server sending: is STREAMINGBCLIENT piece came: here STREAMINGBSERVER Server sending: a STREAMINGBSERVER Server sending: string ! STREAMINGBCLIENT piece came: is STREAMINGBCLIENT piece came: a STREAMINGBCLIENT piece came: string ! STREAMINGBCLIENT received whole message: here is a string ! Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Running org.glassfish.tyrus.test.standard_config.BinaryTest Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.glassfish.tyrus.test.standard_config.BinaryTest Running org.glassfish.tyrus.test.standard_config.ReaderWriterTest Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec - in org.glassfish.tyrus.test.standard_config.ReaderWriterTest Running org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 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@682d0180 Server successfully got message: 1234 Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Running org.glassfish.tyrus.test.standard_config.PingPongTest Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "" ### PingPongEndpoint - received pong "" Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "" ### Client - received pong "" Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.core.TyrusEndpointWrapper onError WARNING: Unexpected error, closing connection. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@3c156435 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@382ae76f[Shutting down, pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusRemoteEndpoint.sendPong(TyrusRemoteEndpoint.java:454) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPing(TyrusEndpointWrapper.java:1202) at org.glassfish.tyrus.core.TyrusWebSocket.onPing(TyrusWebSocket.java:209) at org.glassfish.tyrus.core.frame.PingFrame.respond(PingFrame.java:46) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "ping message client" ### Client - received pong "ping message client" Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "ping message server" ### PingPongEndpoint - received pong "ping message server" Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.glassfish.tyrus.test.standard_config.PingPongTest Running org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest Running org.glassfish.tyrus.test.standard_config.TestHello404 Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.test.standard_config.TestHello404 Running org.glassfish.tyrus.test.standard_config.ClientCloseTest Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.glassfish.tyrus.test.standard_config.ClientCloseTest Running org.glassfish.tyrus.test.standard_config.HelloTextTest Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 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='42e72e96-fb36-4e57-a19f-1f9d02b04b56', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@30b9eadd, contextPath='/e2e-test', endpointPath=/e2e-test/hellotext, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@497570fb, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@412c995d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3249a1ce, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4dd94a58, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2f4919b0, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@a8a8b75, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@75b21c3b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@72be135f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@155d1021, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4bd2f0dc, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2e647e59, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2c42b421, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@51e37590, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@deb3b60, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@701a32, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@39aa45a1, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@73aff8f1, type=class java.io.InputStream}]}} HELLOCLIENT received: server hello Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.HelloTextTest Running org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec - in org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Running org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='68e9404e-2dec-4a2b-a04c-c1896cff9319', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@6e28bb87, 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@19f040ba, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@72ab05ed, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@27e32fe4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c3c4c1c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@17d238b1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3d7cc3cb, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@35e478f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6d6cb754, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6b7d1df8, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3044e9c7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@41d7b27f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@49096b06, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4a183d02, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5d05ef57, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@213deac2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@23eee4b8, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@28952dea, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='48745a12-80fb-4d91-9c98-d0874ac9863d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@1ca91f57, 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@59ab82a6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@44c625f8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@68389f9d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3cbf666a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@39847de9, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4c1876c4, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6070ccad, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@27bb6aff, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3dca20d4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@32ebcfff, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@549878ab, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@28080c55, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@44284500, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@28d0fe4d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3f1a96dc, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@57185fce, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@519e1068, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='469614ea-1424-44f0-9cdc-e04eaa3cde2a', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@6e28bb87, 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@19f040ba, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@72ab05ed, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@27e32fe4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c3c4c1c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@17d238b1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3d7cc3cb, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@35e478f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6d6cb754, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6b7d1df8, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3044e9c7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@41d7b27f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@49096b06, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4a183d02, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5d05ef57, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@213deac2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@23eee4b8, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@28952dea, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='2498deb9-5b18-4b63-9565-634dfceb1e3d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@6fd6830b, 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@2ad41095, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@38ab5884, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1b341955, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@40a10fe3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4afbefda, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2876f179, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1333ab93, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5ba56001, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4eb5d190, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@51570c06, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5fb64a8c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2f638c13, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4f3ae13e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2664e3e3, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4b6b2f89, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@785b21e3, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@60f01cc7, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='7ee533f3-6077-401a-9876-51f7acba86a9', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@6e28bb87, 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@19f040ba, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@72ab05ed, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@27e32fe4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c3c4c1c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@17d238b1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3d7cc3cb, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@35e478f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6d6cb754, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6b7d1df8, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3044e9c7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@41d7b27f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@49096b06, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4a183d02, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5d05ef57, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@213deac2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@23eee4b8, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@28952dea, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='868a97bc-9ecf-418e-85c8-0a91e241431c', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@71e2711e, 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@34e0e146, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1f8254de, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@51ed250, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6796396c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@54cf1e09, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@59e694ea, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2a9941d4, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7c9250b2, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5081267f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3dadb941, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5d5ad8c1, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@33231418, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6a486edd, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3affb564, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3168ee2a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1a40afcb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@335714d8, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='1232ac9c-d84d-406d-b913-50109a3de59e', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@6e28bb87, 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@19f040ba, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@72ab05ed, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@27e32fe4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c3c4c1c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@17d238b1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3d7cc3cb, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@35e478f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6d6cb754, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6b7d1df8, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3044e9c7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@41d7b27f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@49096b06, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4a183d02, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5d05ef57, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@213deac2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@23eee4b8, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@28952dea, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='2eb0d115-0090-4496-9762-48bcba464fe5', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@23db46fc, 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@66d9dce3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@56a6c2f9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@57759ce3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2ee0dc57, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6f623ac, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@66a79881, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1dce9232, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@35e4f7b8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2b859eb, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5801baad, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3137ec9d, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@237c8434, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@634bf6b1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@36cafca7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3817ade7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7f8dc3f5, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@434f4ccb, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='3cbcef00-83ab-41ad-b669-fe11927b7127', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@6e28bb87, 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@19f040ba, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@72ab05ed, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@27e32fe4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c3c4c1c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@17d238b1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3d7cc3cb, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@35e478f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6d6cb754, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6b7d1df8, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3044e9c7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@41d7b27f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@49096b06, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4a183d02, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5d05ef57, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@213deac2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@23eee4b8, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@28952dea, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='c4752103-e002-45d2-a7e7-6b9a3ce2a75b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$3@55e2fbcd, 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@10e07f15, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1b749acc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@21bae889, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@63c453e0, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@70cf805a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4fd2c675, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@395a91a6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@78c09e3e, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@74811c2c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2db99da7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4083fe17, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3c4ea957, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4052a28e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@21674b86, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7e4b6afb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@37866074, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6295f2d8, type=class java.io.InputStream}]}} Sep 01, 2021 3:54:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 sec - in org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Running org.glassfish.tyrus.test.standard_config.HeartbeatTest Sep 01, 2021 3:54:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Sep 01, 2021 3:54:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Sep 01, 2021 3:54:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Sep 01, 2021 3:54:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Sep 01, 2021 3:54:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.228 sec - in org.glassfish.tyrus.test.standard_config.HeartbeatTest Running org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Sep 01, 2021 3:54:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Sep 01, 2021 3:54:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. pool-14-thread-1 <0, 143) pool-14-thread-2 <143, 286) pool-14-thread-3 <286, 429) pool-14-thread-4 <429, 572) pool-14-thread-5 <572, 715) pool-14-thread-6 <715, 858) pool-14-thread-7 <858, 1000) Received messages: 1000/1000 Sep 01, 2021 3:54:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Sep 01, 2021 3:54:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 01, 2021 3:54:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Sep 01, 2021 3:54:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 01, 2021 3:54:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Sep 01, 2021 3:54:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 01, 2021 3:54:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Sep 01, 2021 3:54:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 01, 2021 3:54:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.59 sec - in org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Running org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Sep 01, 2021 3:54:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Sep 01, 2021 3:54:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:54:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec - in org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Running org.glassfish.tyrus.test.standard_config.SubProtocolTest Sep 01, 2021 3:54:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Sep 01, 2021 3:54:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.test.standard_config.SubProtocolTest Running org.glassfish.tyrus.test.standard_config.RemoteTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.glassfish.tyrus.test.standard_config.RemoteTest Running org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Running org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Running org.glassfish.tyrus.test.standard_config.HandshakeTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello Received message = hello Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.tyrus.test.standard_config.HandshakeTest Running org.glassfish.tyrus.test.standard_config.HelloBinaryTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 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 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.HelloBinaryTest Running org.glassfish.tyrus.test.standard_config.JsonTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: {"REPLY":"Danny"} Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.glassfish.tyrus.test.standard_config.JsonTest Running org.glassfish.tyrus.test.standard_config.PartialBinaryTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.glassfish.tyrus.test.standard_config.PartialBinaryTest Running org.glassfish.tyrus.test.standard_config.ClientTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello Received message = hello Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.test.standard_config.ClientTest Running org.glassfish.tyrus.test.standard_config.DecodedObjectTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 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 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello org.glassfish.tyrus.test.standard_config.DecodedObjectTest$CustomDecoderThrowingDecodeException Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello ### DecodedMessageHandler ### hello Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.glassfish.tyrus.test.standard_config.DecodedObjectTest Running org.glassfish.tyrus.test.standard_config.ExtensionsTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.glassfish.tyrus.test.standard_config.ExtensionsTest Running org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Running org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Running org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 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 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Running org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. BLOCKINGBCLIENT opened ! BLOCKINGBSERVER 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 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Running org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Sep 01, 2021 3:54:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Sep 01, 2021 3:54:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Sep 01, 2021 3:54:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Message received: Nothing Message received: Nothing Message received: Nothing Client message received Sep 01, 2021 3:54:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:54:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Sep 01, 2021 3:54:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:54:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. 1630511698171### !closed CloseReason[1006,Closed abnormally.] Sep 01, 2021 3:54:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:54:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Sep 01, 2021 3:54:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:54:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.942 sec - in org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Running org.glassfish.tyrus.test.standard_config.Tyrus203Test 1630511702176### !closed CloseReason[1006,Closed abnormally.] Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 1e2df996-d529-4e4b-a898-f5f3f676ad0d Client1 @OnMessage -> first:test 673dc087-02b3-459e-9f4f-1f16dd0323df Client2 @OnMessage -> second:test Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.standard_config.Tyrus203Test Running org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Running org.glassfish.tyrus.test.standard_config.BroadcasterTest Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.glassfish.tyrus.test.standard_config.BroadcasterTest Running org.glassfish.tyrus.test.standard_config.HostVerificationTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.002 sec - in org.glassfish.tyrus.test.standard_config.HostVerificationTest Results : Tests run: 185, Failures: 0, Errors: 0, Skipped: 6 [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.0.1-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-stdconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.1.0-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.1.0-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.1.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jdk8 >----------- [INFO] Building Tyrus End-to-End Java 8 Tests 2.1.0-SNAPSHOT [41/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-jdk8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-jdk8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-jdk8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-jdk8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-jdk8 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:55:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:03 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 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 sec - in org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Running org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Sep 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:55:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:03 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 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:55:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:03 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 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Running org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Sep 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:55:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:03 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 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:55:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:03 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 01, 2021 3:55:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Results : Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-jdk8 --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.1.0-SNAPSHOT/tyrus-tests-e2e-jdk8-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.1.0-SNAPSHOT/tyrus-tests-e2e-jdk8-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jetty >----------- [INFO] Building Tyrus End-to-End Tests running on Jetty 2.1.0-SNAPSHOT [42/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-jetty --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-jetty --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.1.0-SNAPSHOT/tyrus-tests-e2e-jetty-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-basic >-------- [INFO] Building Tyrus End-to-End Basic Auth Tests 2.1.0-SNAPSHOT [43/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-auth-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-basic <<< [INFO] [INFO] [INFO] --- jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) @ tyrus-tests-e2e-auth-basic --- [INFO] Logging initialized @118808ms [INFO] Configuring Jetty for project: Tyrus End-to-End Basic Auth Tests [INFO] webAppSourceDirectory not set. Trying src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp [INFO] jetty-9.2.1.v20140609 [INFO] Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation. [WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@ea67b02{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/} has uncovered http methods for path: /* [INFO] Started o.e.j.m.p.JettyWebAppContext@ea67b02{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,AVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/} [WARNING] !RequestLog [INFO] Started ServerConnector@cb6e2c0{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @119052ms [INFO] Started Jetty Server [INFO] [INFO] --- maven-surefire-plugin:2.17: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@cb6e2c0{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@ea67b02{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-auth-basic --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.1.0-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.1.0-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-digest >-------- [INFO] Building Tyrus End-to-End Digest Auth Tests 2.1.0-SNAPSHOT [44/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-auth-digest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-digest <<< [INFO] [INFO] [INFO] --- jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) @ tyrus-tests-e2e-auth-digest --- [INFO] Configuring Jetty for project: Tyrus End-to-End Digest Auth Tests [INFO] webAppSourceDirectory not set. Trying src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp [INFO] jetty-9.2.1.v20140609 [INFO] Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation. [WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@2018e991{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/} has uncovered http methods for path: /* [INFO] Started o.e.j.m.p.JettyWebAppContext@2018e991{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,AVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/} [WARNING] !RequestLog [INFO] Started ServerConnector@3ebc79{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @119781ms [INFO] Started Jetty Server [INFO] [INFO] --- maven-surefire-plugin:2.17: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@3ebc79{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@2018e991{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-auth-digest --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.1.0-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.1.0-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-project >---- [INFO] Building Tyrus Server Integration Tests 2.1.0-SNAPSHOT [45/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.1.0-SNAPSHOT/tyrus-tests-servlet-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-async >----- [INFO] Building Tyrus Servlet Async Tests 2.1.0-SNAPSHOT [46/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-async --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/async/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-async --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Sep 01, 2021 3:55:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:55:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 sec - in org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Running org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Running org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-async --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.0-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.0.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.1.0-SNAPSHOT/tyrus-tests-servlet-async-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.1.0-SNAPSHOT/tyrus-tests-servlet-async-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.1.0-SNAPSHOT/tyrus-tests-servlet-async-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-autobahn-server >-- [INFO] Building Tyrus Autobahn Echo Server 2.1.0-SNAPSHOT [47/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/autobahn-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-autobahn-server --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-autobahn-server] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-autobahn-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.1.0-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.1.0-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-basic >----- [INFO] Building Tyrus Servlet Basic Tests 2.1.0-SNAPSHOT [48/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-basic --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.basic.WssServletTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 0.092 sec - in org.glassfish.tyrus.tests.servlet.basic.WssServletTest Running org.glassfish.tyrus.tests.servlet.basic.WsServletTest Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:08 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:55:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:08 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:55:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 662 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 643 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 636 ### 633 ### 632 ### 632 ### 632 ### 632 ### 628 ### 632 ### 626 ### 632 ### 632 ### 623 ### 622 ### 621 ### 620 ### 632 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 618 ### 615 ### 605 ### 604 ### 603 ### 602 ### 601 ### 601 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 589 ### 587 ### 586 ### 585 ### 584 ### 584 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 564 ### 560 ### 559 ### 559 ### 558 ### 556 ### 556 ### 554 ### 553 ### 552 ### 551 ### 554 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 529 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 520 ### 518 ### 517 ### 516 ### 515 ### 514 ### 514 ### 512 ### 511 ### 511 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 500 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 487 ### 485 ### 484 ### 483 ### 482 ### 481 ### 481 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 473 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 460 ### 458 ### 458 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 435 ### 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 ### 349 ### 346 ### 345 ### 349 ### 343 ### 342 ### 342 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 332 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 305 ### 296 ### 295 ### 294 ### 293 ### 292 ### 293 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 283 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 253 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 233 ### 231 ### 233 ### 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 ### 194 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 183 ### 179 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 166 ### 159 ### 156 ### 155 ### 154 ### 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 ### 125 ### 124 ### 123 ### 122 ### 121 ### 121 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 107 ### 106 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 81 ### 81 ### 78 ### 77 ### 76 ### 75 ### 74 ### 78 ### 77 ### 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 ### 43 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 7 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 1760 Sep 01, 2021 3:55:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:55:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 728 ### 728 ### 728 ### 728 ### 728 ### 728 ### 728 ### 728 ### 728 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 618 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 601 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 593 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 583 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 574 ### 572 ### 571 ### 571 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 519 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 434 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 386 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 374 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 366 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 356 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 339 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 328 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 319 ### 319 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 297 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 276 ### 274 ### 273 ### 273 ### 271 ### 271 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 261 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 214 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 193 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 179 ### 176 ### 175 ### 174 ### 174 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 158 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 136 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 122 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 112 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 99 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 91 ### 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 ### 59 ### 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 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 26 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 2981 Sep 01, 2021 3:55:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:55:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:13 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 ### 799 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 790 ### 790 ### 787 ### 787 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 761 ### 761 ### 761 ### 761 ### 761 ### 761 ### 761 ### 761 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 657 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 633 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 617 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 600 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 586 ### 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 ### 553 ### 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 ### 522 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 510 ### 508 ### 507 ### 507 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 491 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 472 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 459 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 442 ### 440 ### 442 ### 442 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 442 ### 434 ### 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 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 364 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 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 ### 304 ### 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 ### 277 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 270 ### 269 ### 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 ### 245 ### 241 ### 241 ### 239 ### 238 ### 237 ### 237 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 225 ### 222 ### 222 ### 222 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 198 ### 196 ### 195 ### 194 ### 194 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 193 ### 185 ### 184 ### 183 ### 182 ### 193 ### 193 ### 179 ### 178 ### 177 ### 193 ### 193 ### 174 ### 173 ### 172 ### 177 ### 170 ### 169 ### 177 ### 167 ### 166 ### 165 ### 180 ### 163 ### 163 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 180 ### 180 ### 180 ### 151 ### 150 ### 149 ### 180 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 180 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 180 ### 110 ### 109 ### 108 ### 180 ### 180 ### 173 ### 104 ### 104 ### 102 ### 101 ### 100 ### 99 ### 98 ### 98 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 87 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 73 ### 71 ### 70 ### 69 ### 68 ### 67 ### 68 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 59 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 48 ### 48 ### 48 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 40 ### 37 ### 24 ### 23 ### 39 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 5 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 2682 Sep 01, 2021 3:55:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:55:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:55:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:55:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:55:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55: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. ### 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 ### 681 ### 690 ### 682 ### 683 ### 680 ### 684 ### 685 ### 686 ### 679 ### 678 ### 687 ### 677 ### 688 ### 689 ### 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 ### 627 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 542 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 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 ### 439 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 275 ### 274 ### 276 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 255 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 236 ### 236 ### 235 ### 234 ### 233 ### 232 ### 230 ### 229 ### 228 ### 227 ### 231 ### 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 ### 166 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 142 ### 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 ***** 3425 Sep 01, 2021 3:55:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:55:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 01, 2021 3:55:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:22 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 ### 671 ### 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 ### 641 ### 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 ### 576 ### 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 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 90 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 57 ### 58 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 36 ### 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 ***** 3231 Sep 01, 2021 3:55:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 01, 2021 3:55:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 01, 2021 3:55:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 01, 2021 3:55:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55: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. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 628 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 609 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 599 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 589 ### 587 ### 586 ### 585 ### 585 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 569 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 564 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 540 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 532 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 492 ### 490 ### 489 ### 488 ### 488 ### 487 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 475 ### 473 ### 472 ### 472 ### 470 ### 469 ### 468 ### 468 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 459 ### 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 ### 433 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 425 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 417 ### 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 ### 361 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 339 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 316 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 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 ### 272 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 228 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 212 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 189 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 172 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 149 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 96 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 89 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 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 ### 11 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 1240 Sep 01, 2021 3:55:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 01, 2021 3:55:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 01, 2021 3:55:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.504 sec - in org.glassfish.tyrus.tests.servlet.basic.WsServletTest Results : Tests run: 32, Failures: 0, Errors: 0, Skipped: 16 [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.0.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.0-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.0.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.1.0-SNAPSHOT/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.1.0-SNAPSHOT/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.1.0-SNAPSHOT/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-dynamic-deploy >-- [INFO] Building Tyrus Servlet Dynamic Deploy Test 2.1.0-SNAPSHOT [49/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/dynamic-deploy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-dynamic-deploy] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.1.0-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.1.0-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-noappconfig >-- [INFO] Building Tyrus Servlet No App Config 2.1.0-SNAPSHOT [50/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-noappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-noappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/noappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-servlet-noappconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest Sep 01, 2021 3:55:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:55:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/noappconfig-test/one Sep 01, 2021 3:55:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:55:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec - in org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-noappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.0-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.0.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-oneappconfig >-- [INFO] Building Tyrus Servlet One App Config 2.1.0-SNAPSHOT [51/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/oneappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-servlet-oneappconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Sep 01, 2021 3:55:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:55:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:55:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 sec - in org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.0-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.0.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-remote >---- [INFO] Building Tyrus Servlet RemoteEndpoint Timeout 2.1.0-SNAPSHOT [52/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-remote --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-servlet-remote --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.008 sec - in org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-remote --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-remote] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.0-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.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.1.0-SNAPSHOT/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.1.0-SNAPSHOT/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-session >---- [INFO] Building Tyrus Servlet Session Closing 2.1.0-SNAPSHOT [53/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-session --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-session --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/session/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionIdleTimeoutTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionIdleTimeoutTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-session --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Sep 01, 2021 3:55:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:55:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Sep 01, 2021 3:55:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:55:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:55:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:55:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Sep 01, 2021 3:55:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:55:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Agent centos-7-wfs2r 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-wfs2r" 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-wfs2r" - 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-wfs2r" - 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.7" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-tyrus" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Sep 01, 2021 3:55:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.987 sec - in org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Running org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest Sep 01, 2021 3:55:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:55:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Exception in thread "Timer-3" java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:514) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.tests.servlet.session.IdleTimeoutSendingPingEndpoint$1.run(IdleTimeoutSendingPingEndpoint.java:49) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505) Running on centos-7-wfs2r in /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/tyrus.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --progress https://github.com/eclipse-ee4j/tyrus.git +refs/heads/2.0.1-BRANCH:refs/remotes/origin/2.0.1-BRANCH # timeout=10 Avoid second fetch Checking out Revision 38f9d685af5eaf33790ee4aba96954d987406624 (2.0.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.0.1-BRANCH:refs/remotes/origin/2.0.1-BRANCH # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38f9d685af5eaf33790ee4aba96954d987406624 # timeout=10 Sep 01, 2021 3:55:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:55:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Commit message: "Prepare next development cycle for 2.1.0-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 clean install -Dmaven.javadoc.skip=true Sep 01, 2021 3:55:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:55:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.247 sec - in org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest Results : Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-session --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.0-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.0.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.1.0-SNAPSHOT/tyrus-tests-servlet-session-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.1.0-SNAPSHOT/tyrus-tests-servlet-session-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.1.0-SNAPSHOT/tyrus-tests-servlet-session-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet.twoappconfig:tyrus-tests-servlet-twoappconfig >-- [INFO] Building Tyrus Servlet Two App Config 2.1.0-SNAPSHOT [54/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/twoappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-servlet-twoappconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest Sep 01, 2021 3:55:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:55:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:55:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 sec - in org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.0-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.0.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-mbean-test >-- [INFO] Building Tyrus Servlet Monitoring Test 2.1.0-SNAPSHOT [55/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-mbean-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/mbean/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-mbean-test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.MBeanTest [INFO] Scanning for projects... Sep 01, 2021 3:55:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:55:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec - in org.glassfish.tyrus.tests.servlet.MBeanTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-mbean-test --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.1.0-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.1.0-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.1.0-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-inject >---- [INFO] Building Tyrus Servlet Inject Test 2.1.0-SNAPSHOT [56/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-inject --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/inject/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-inject --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.0-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.0.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.1.0-SNAPSHOT/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.1.0-SNAPSHOT/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.1.0-SNAPSHOT/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-app >-- [INFO] Building Tyrus Servlet Max Sessions Per App Tests 2.1.0-SNAPSHOT [57/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/maxsessions-per-app/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Sep 01, 2021 3:55:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:55:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:49 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.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== 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 01, 2021 3:55:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:55:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:50 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 01, 2021 3:55:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 sec - in org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.1.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.1.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-remoteaddr >-- [INFO] Building Tyrus Servlet Max Sessions Per Remote Addr Tests 2.1.0-SNAPSHOT [58/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Sep 01, 2021 3:55:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:55:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== Sep 01, 2021 3:55:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:55:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:52 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 01, 2021 3:55:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.889 sec - in org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.1.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.1.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-debug >----- [INFO] Building Tyrus Debug Debug Samples 2.1.0-SNAPSHOT [59/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-debug --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-debug --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-debug --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-debug --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] tyrus [pom] [INFO] tyrus-archetypes [pom] [INFO] Tyrus Echo Archetype [jar] [INFO] Tyrus BOM [pom] [INFO] Tyrus Container SPI [bundle] [INFO] Tyrus Core [bundle] [INFO] Tyrus Client [bundle] [INFO] Tyrus Container Modules [pom] [INFO] Tyrus Containers For Glassfish [pom] [INFO] Tyrus CDI Component Provider [bundle] [INFO] Tyrus EJB Component Provider [bundle] [INFO] Tyrus Grizzly Client Container [bundle] [INFO] Tyrus Server [bundle] [INFO] Tyrus Grizzly Server Container [bundle] [INFO] Tyrus InMemory Container [bundle] [INFO] Tyrus Servlet Bundle [bundle] [INFO] Tyrus Tests [pom] [INFO] Tyrus Test Tools [bundle] [INFO] Tyrus JDK Client Container [bundle] [INFO] Tyrus Documentation [pom] [INFO] Tyrus Extension Modules [pom] [INFO] Tyrus CLI Client [bundle] [INFO] Tyrus Monitoring JMX [jar] [INFO] Tyrus Extension - Per Message Deflate [bundle] [INFO] Tyrus Java8 Client Extension [bundle] [INFO] Tyrus Samples [pom] [INFO] Tyrus Auction Sample [war] [INFO] Tyrus CDI Sample [war] [INFO] Tyrus Chat Sample [war] [INFO] Tyrus Draw Sample [war] [INFO] Tyrus Echo Sample [war] [INFO] Tyrus Basic Auth Sample [war] [INFO] Tyrus Secure Echo Sample [war] [INFO] Tyrus Programmatic Echo Sample [war] [INFO] Tyrus Simple Life Sample [war] [INFO] Tyrus Shared Collection Sample [war] [INFO] Tyrus End-to-End Tests [pom] [INFO] Tyrus End-to-End Application Config Tests [war] [INFO] Tyrus End-to-End Non-deployable Tests [war] [INFO] Tyrus End-to-End Standard Config Tests [war] [INFO] Tyrus End-to-End Java 8 Tests [war] [INFO] Tyrus End-to-End Tests running on Jetty [pom] [INFO] Tyrus End-to-End Basic Auth Tests [jar] [INFO] Tyrus End-to-End Digest Auth Tests [jar] [INFO] Tyrus Server Integration Tests [pom] [INFO] Tyrus Servlet Async Tests [war] [INFO] Tyrus Autobahn Echo Server [war] [INFO] Tyrus Servlet Basic Tests [war] [INFO] Tyrus Servlet Dynamic Deploy Test [war] [INFO] Tyrus Servlet No App Config [war] [INFO] Tyrus Servlet One App Config [war] [INFO] Tyrus Servlet RemoteEndpoint Timeout [war] [INFO] Tyrus Servlet Session Closing [war] [INFO] Tyrus Servlet Two App Config [war] [INFO] Tyrus Servlet Monitoring Test [war] [INFO] Tyrus Servlet Inject Test [war] [INFO] Tyrus Servlet Max Sessions Per App Tests [war] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests [war] [INFO] Tyrus Debug Debug Samples [war] [INFO] Tyrus Bundles [pom] [INFO] Tyrus Samples Bundle [pom] [INFO] Tyrus Standalone Client [jar] [INFO] Tyrus Standalone Client - JDK [jar] [INFO] Tyrus Websocket RI Archive [pom] [INFO] Tyrus Websocket RI Bundle [bundle] [INFO] [INFO] -----------------< org.glassfish.tyrus:tyrus-project >------------------ [INFO] Building tyrus 2.1.0-SNAPSHOT [1/65] [INFO] --------------------------------[ pom ]--------------------------------- Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:55:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: gPDJV5P9fBXtHZJ3cp6Qxw== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [0 ms]: Segment "a" does not match Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78823bff-f881-40c8-ae59-f79cfda08b4a [1 ms]: Endpoints matched to the request URI: [] Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 1d628720-5ee5-4b81-8e1b-23a4c32ac3e9 [50 ms]: Redirect enabled: false Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 1d628720-5ee5-4b81-8e1b-23a4c32ac3e9 [54 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: gPDJV5P9fBXtHZJ3cp6Qxw== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1d628720-5ee5-4b81-8e1b-23a4c32ac3e9 [140 ms]: Received handshake response: < 404 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-01: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-03: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-05: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-07: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length < x-tyrus-tracing-08: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-09: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length < x-tyrus-tracing-10: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a < x-tyrus-tracing-11: [0 ms] Segment "a" does not match < x-tyrus-tracing-12: [1 ms] Endpoints matched to the request URI: [] Sep 01, 2021 3:55:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-project --- > Session 598136e5-423a-4edd-9d1a-6f9f9d7fcc61 [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: oewhGvW1XOunSWQnlJs7kg== > Sec-WebSocket-Version: 13 > Upgrade: websocket < Session 598136e5-423a-4edd-9d1a-6f9f9d7fcc61 [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: jvZTiHP4H3UMugir4mtSylcbcsM= < upgrade: websocket Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:55:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 7OWFK5gBFLidpnec7d8Lpg== < sec-websocket-version: 13 < upgrade: websocket Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: Segment "a" does not match Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f47d5476-798e-4eb4-82cc-aa7e263f555f [0 ms]: Endpoints matched to the request URI: [] Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 15fddfd8-2e65-42b3-abc9-d07714110b94 [0 ms]: Redirect enabled: false Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 15fddfd8-2e65-42b3-abc9-d07714110b94 [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: 7OWFK5gBFLidpnec7d8Lpg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 15fddfd8-2e65-42b3-abc9-d07714110b94 [5 ms]: Received handshake response: < 404 Sep 01, 2021 3:55:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:55:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: vBZ8M91kETZHbap4bR834A== < sec-websocket-version: 13 < upgrade: websocket Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 37575e1c-f164-4172-bf0f-9e4361a10004 [0 ms]: Redirect enabled: false Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 37575e1c-f164-4172-bf0f-9e4361a10004 [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: vBZ8M91kETZHbap4bR834A== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37575e1c-f164-4172-bf0f-9e4361a10004 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: OdfKJUBXbe4qmjGZLLQjnz9w4Dk= < upgrade: websocket Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 37575e1c-f164-4172-bf0f-9e4361a10004 [5 ms]: Incoming buffer size: 4194315 Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Segment "a" does not match Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [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 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Using negotiated subprotocol: null Sep 01, 2021 3:55:56 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session cbb99013-3671-49b4-9179-bd9c7e636278 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: OdfKJUBXbe4qmjGZLLQjnz9w4Dk= > Upgrade: websocket Sep 01, 2021 3:55:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:55:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$EchoEndpoint Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cce6f07f-c381-4448-9ec3-705e477e1349 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/echo < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: wyJlMkLebUteENC7uVj76Q== < sec-websocket-version: 13 < upgrade: websocket Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cce6f07f-c381-4448-9ec3-705e477e1349 [0 ms]: Matching request URI /samples-debug/endpoint/echo against /samples-debug/endpoint/echo Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cce6f07f-c381-4448-9ec3-705e477e1349 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/echo] Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cce6f07f-c381-4448-9ec3-705e477e1349 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/echo Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cce6f07f-c381-4448-9ec3-705e477e1349 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session e3ba90e1-e259-4ad2-8a8e-fa1123c6638f [0 ms]: Redirect enabled: false Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cce6f07f-c381-4448-9ec3-705e477e1349 [0 ms]: Using negotiated subprotocol: null Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e3ba90e1-e259-4ad2-8a8e-fa1123c6638f [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: wyJlMkLebUteENC7uVj76Q== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session cce6f07f-c381-4448-9ec3-705e477e1349 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: SbL/PFx1dmXbCv+Pnx4NaSmIh5g= > Upgrade: websocket Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e3ba90e1-e259-4ad2-8a8e-fa1123c6638f [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: SbL/PFx1dmXbCv+Pnx4NaSmIh5g= < upgrade: websocket Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session cce6f07f-c381-4448-9ec3-705e477e1349 [4 ms]: Received text message Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session e3ba90e1-e259-4ad2-8a8e-fa1123c6638f [7 ms]: Incoming buffer size: 4194315 Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session cce6f07f-c381-4448-9ec3-705e477e1349 [5 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1623b78d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@c8c12ac, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6adbc9d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4550bb58, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4ec4f3a0, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@223191a6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@49139829, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@9597028, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6069db50, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@59662a0b, type=class java.io.Reader}] Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session cce6f07f-c381-4448-9ec3-705e477e1349 [5 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6069db50, type=class java.lang.String} Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e3ba90e1-e259-4ad2-8a8e-fa1123c6638f [9 ms]: Received text message Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session cce6f07f-c381-4448-9ec3-705e477e1349 [6 ms]: Received binary message Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e3ba90e1-e259-4ad2-8a8e-fa1123c6638f [9 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@352d6494, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3112f6e9, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@74106eaf, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1b7923e1, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@45aefdde, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@632dee3c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@143f91e0, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@460bdead, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@74799bbf, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7829c702, type=class java.io.Reader}] Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session cce6f07f-c381-4448-9ec3-705e477e1349 [7 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4efbca5a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1b7cc17c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@77fbd92c, type=class java.io.InputStream}] Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e3ba90e1-e259-4ad2-8a8e-fa1123c6638f [10 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@74799bbf, type=class java.lang.String} Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session cce6f07f-c381-4448-9ec3-705e477e1349 [7 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4efbca5a, type=class java.nio.ByteBuffer} Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e3ba90e1-e259-4ad2-8a8e-fa1123c6638f [11 ms]: Received binary message Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e3ba90e1-e259-4ad2-8a8e-fa1123c6638f [12 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@48682878, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3ba30dce, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@19f48a9f, type=class java.io.InputStream}] Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e3ba90e1-e259-4ad2-8a8e-fa1123c6638f [12 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@48682878, type=class java.nio.ByteBuffer} Sep 01, 2021 3:55:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:55:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Sep 01, 2021 3:55:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:55:58 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session fd4873bf-22f9-4055-ae87-035db72d39ff [0 ms]: Redirect enabled: false Sep 01, 2021 3:55:58 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session fd4873bf-22f9-4055-ae87-035db72d39ff [0 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: IzL7DXPw3b6JN8IOHvt8WQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 01, 2021 3:55:58 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fd4873bf-22f9-4055-ae87-035db72d39ff [3 ms]: Received handshake response: < 401 < upgrade: websocket < www-authenticate: Basic realm="my realm" Sep 01, 2021 3:55:58 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session fd4873bf-22f9-4055-ae87-035db72d39ff [4 ms]: Using authentication config: AuthConfig{Basic->org.glassfish.tyrus.client.auth.BasicAuthenticator, Digest->org.glassfish.tyrus.client.auth.DigestAuthenticator} Sep 01, 2021 3:55:58 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session fd4873bf-22f9-4055-ae87-035db72d39ff [4 ms]: Using authentication scheme: Basic Sep 01, 2021 3:55:58 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session fd4873bf-22f9-4055-ae87-035db72d39ff [5 ms]: Using authenticator: org.glassfish.tyrus.client.auth.BasicAuthenticator Sep 01, 2021 3:55:58 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session fd4873bf-22f9-4055-ae87-035db72d39ff [5 ms]: Using credentials: Credentials{username: Petr, password: *****} Sep 01, 2021 3:55:58 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session fd4873bf-22f9-4055-ae87-035db72d39ff [5 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Authorization: ***** > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: IzL7DXPw3b6JN8IOHvt8WQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 01, 2021 3:55:58 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fd4873bf-22f9-4055-ae87-035db72d39ff [8 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 1LmA0IF063rfOmqz3hWkZ7QkLbI= < upgrade: websocket Sep 01, 2021 3:55:58 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session fd4873bf-22f9-4055-ae87-035db72d39ff [9 ms]: Incoming buffer size: 4194315 Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:55:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: ewV6qjCMFd149cfxy5CN/Q== < sec-websocket-version: 12 < upgrade: websocket Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Segment "a" does not match Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [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 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Upgrade request contains unsupported version of Websocket protocol Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 56efe6af-7e29-4115-940f-3a9f4a168616 [0 ms]: Sending handshake response: > 426 > Sec-WebSocket-Version: 13 Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 2020eee1-ceb4-4e33-a725-5a888afa6331 [0 ms]: Redirect enabled: false Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 2020eee1-ceb4-4e33-a725-5a888afa6331 [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: ewV6qjCMFd149cfxy5CN/Q== > Sec-WebSocket-Version: 12 > Upgrade: websocket Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2020eee1-ceb4-4e33-a725-5a888afa6331 [5 ms]: Received handshake response: < 426 < sec-websocket-version: 13 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-01: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-02: [0 ms] Segment "a" does not match < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-05: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-07: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-08: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} < x-tyrus-tracing-09: [0 ms] /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path < x-tyrus-tracing-10: [0 ms] Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-11: [0 ms] /samples-debug/endpoint/a/b is an exact match < x-tyrus-tracing-12: [0 ms] Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-13: [0 ms] /samples-debug/endpoint/a/b is an exact match < x-tyrus-tracing-14: [0 ms] Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} < x-tyrus-tracing-15: [0 ms] /samples-debug/endpoint/a/b is 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 01, 2021 3:55:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:55:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:56:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: x9e861jw6DeJNpv6CQS2fw== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Segment "a" does not match Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 71c54fc4-e8e7-4dad-8f15-8aa6ad2646a2 [0 ms]: Redirect enabled: false Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 71c54fc4-e8e7-4dad-8f15-8aa6ad2646a2 [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: x9e861jw6DeJNpv6CQS2fw== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 71c54fc4-e8e7-4dad-8f15-8aa6ad2646a2 [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: RclWVV1mNbzbbhZOy7V7YP+z+sE= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-01: [0 ms] Segment "a" does not match < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < 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 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 71c54fc4-e8e7-4dad-8f15-8aa6ad2646a2 [5 ms]: Incoming buffer size: 4194315 Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 01, 2021 3:56:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [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 01, 2021 3:56:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Using negotiated subprotocol: null Sep 01, 2021 3:56:00 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session ae2ed562-e756-4bd7-a675-37b803d15330 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: RclWVV1mNbzbbhZOy7V7YP+z+sE= > Upgrade: websocket Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:56:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: NhQWX9e766nq778RkUvCbg== < sec-websocket-version: 13 < upgrade: websocket Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 83c983ea-6918-4ea3-8ee1-e83cb4477d8d [0 ms]: Redirect enabled: false Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 83c983ea-6918-4ea3-8ee1-e83cb4477d8d [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: NhQWX9e766nq778RkUvCbg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 83c983ea-6918-4ea3-8ee1-e83cb4477d8d [2 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: J78MRns5uWzSdWl8OdL2f8ftnUE= < upgrade: websocket Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Segment "a" does not match Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 83c983ea-6918-4ea3-8ee1-e83cb4477d8d [3 ms]: Incoming buffer size: 4194315 Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 01, 2021 3:56:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [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 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Using negotiated subprotocol: null Sep 01, 2021 3:56:01 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 2ae2ce83-7a60-461e-b647-1f2e71751eaa [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: J78MRns5uWzSdWl8OdL2f8ftnUE= > Upgrade: websocket Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:56:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: HOjnnJAgQ+Rm2k/ot7aZZA== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Segment "a" does not match Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session dd19f148-6b27-4934-aa04-f81e93cd4c46 [0 ms]: Redirect enabled: false Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session dd19f148-6b27-4934-aa04-f81e93cd4c46 [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: HOjnnJAgQ+Rm2k/ot7aZZA== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session dd19f148-6b27-4934-aa04-f81e93cd4c46 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: J8vMGvBKMaBx0spTwNJNIsDlIzc= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-01: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-05: [0 ms] Segment "a" does not match < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-07: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-08: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-09: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session dd19f148-6b27-4934-aa04-f81e93cd4c46 [4 ms]: Incoming buffer size: 4194315 Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:56:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [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 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Using negotiated subprotocol: null Sep 01, 2021 3:56:02 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 072a389b-57fb-4ae2-9c3f-2f172509c9b3 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: J8vMGvBKMaBx0spTwNJNIsDlIzc= > Upgrade: websocket Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.602 sec - in org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest Results : Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-debug --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-debug --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.1.0-SNAPSHOT/tyrus-tests-servlet-debug-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.1.0-SNAPSHOT/tyrus-tests-servlet-debug-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-bundles >-------------- [INFO] Building Tyrus Bundles 2.1.0-SNAPSHOT [60/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-bundles --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-bundles --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-bundles --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-bundles --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.1.0-SNAPSHOT/tyrus-bundles-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-samples >-------------- [INFO] Building Tyrus Samples Bundle 2.1.0-SNAPSHOT [61/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-samples --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-samples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (unpack-examples) @ tyrus-samples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.1.0-SNAPSHOT/tyrus-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >------- [INFO] Building tyrus-archetypes 2.1.0-SNAPSHOT [2/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-archetypes-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-archetypes-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-archetypes-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-archetypes-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.1.0-SNAPSHOT/tyrus-archetypes-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.archetypes:tyrus-archetype-echo >--------- [INFO] Building Tyrus Echo Archetype 2.1.0-SNAPSHOT [3/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-archetype-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-archetype-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-archetype-echo --- [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ tyrus-samples --- [INFO] Reading assembly descriptor: src/main/assembly/examples-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/tyrus-samples-all.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-samples --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-samples --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.1.0-SNAPSHOT/tyrus-samples-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/tyrus-samples-all.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.1.0-SNAPSHOT/tyrus-samples-2.1.0-SNAPSHOT-all.zip [INFO] [INFO] --------< org.glassfish.tyrus.bundles:tyrus-standalone-client >--------- [INFO] Building Tyrus Standalone Client 2.1.0-SNAPSHOT [62/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-standalone-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-standalone-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-standalone-client --- [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ tyrus-standalone-client --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-framework:sources:3.0.0:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http-server:sources:3.0.0:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http:sources:3.0.0:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/tyrus-core-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/tyrus-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/tyrus-spi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.0/grizzly-framework-3.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.0/grizzly-http-server-3.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.0/grizzly-http-3.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-standalone-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-standalone-client --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ tyrus-standalone-client --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.0.0 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:3.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:3.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.0.0 in the shaded jar. [WARNING] jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar define 45 overlappping classes: [WARNING] - jakarta.websocket.Decoder [WARNING] - jakarta.websocket.WebSocketContainer [WARNING] - jakarta.websocket.PongMessage [WARNING] - jakarta.websocket.CloseReason$CloseCodes [WARNING] - jakarta.websocket.MessageHandler$Partial [WARNING] - jakarta.websocket.Encoder$TextStream [WARNING] - jakarta.websocket.DefaultClientEndpointConfig [WARNING] - jakarta.websocket.RemoteEndpoint$Async [WARNING] - jakarta.websocket.SendHandler [WARNING] - jakarta.websocket.ClientEndpoint [WARNING] - 35 more... [WARNING] jakarta.xml.bind-api-3.0.1.jar, jakarta.activation-2.0.1.jar define 1 overlappping classes: [WARNING] - module-info [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources added. [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (default) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.0-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.0.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.1.0-SNAPSHOT/tyrus-standalone-client-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.1.0-SNAPSHOT/tyrus-standalone-client-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.1.0-SNAPSHOT/tyrus-standalone-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk >------- [INFO] Building Tyrus Standalone Client - JDK 2.1.0-SNAPSHOT [63/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-standalone-client-jdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ tyrus-standalone-client-jdk --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-jdk-client:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.1.0-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/tyrus-core-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/tyrus-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/tyrus-spi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-standalone-client-jdk --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-standalone-client-jdk --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ tyrus-standalone-client-jdk --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.0.0 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-jdk-client:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.0.0 in the shaded jar. [WARNING] jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar define 45 overlappping classes: [WARNING] - jakarta.websocket.Decoder [WARNING] - jakarta.websocket.WebSocketContainer [WARNING] - jakarta.websocket.PongMessage [WARNING] - jakarta.websocket.CloseReason$CloseCodes [WARNING] - jakarta.websocket.MessageHandler$Partial [WARNING] - jakarta.websocket.Encoder$TextStream [WARNING] - jakarta.websocket.DefaultClientEndpointConfig [WARNING] - jakarta.websocket.RemoteEndpoint$Async [WARNING] - jakarta.websocket.SendHandler [WARNING] - jakarta.websocket.ClientEndpoint [WARNING] - 35 more... [WARNING] jakarta.xml.bind-api-3.0.1.jar, jakarta.activation-2.0.1.jar define 1 overlappping classes: [WARNING] - module-info [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-standalone-client-jdk --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/client-bundle-sources added. [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (default) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-standalone-client-jdk --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.0-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.0.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.1.0-SNAPSHOT/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.1.0-SNAPSHOT/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-archive >---------- [INFO] Building Tyrus Websocket RI Archive 2.1.0-SNAPSHOT [64/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ websocket-ri-archive --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ websocket-ri-archive --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ websocket-ri-archive --- [INFO] Copying tyrus-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-client-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar [INFO] Copying jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.transaction-api-2.0.0.jar [INFO] Copying jakarta.xml.bind-api-3.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.xml.bind-api-3.0.1.jar [INFO] Copying jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.interceptor-api-2.0.0.jar [INFO] Copying jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.el-api-4.0.0.jar [INFO] Copying grizzly-http-server-3.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-http-server-3.0.0.jar [INFO] Copying jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.cdi-api-3.0.0.jar [INFO] Copying jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-api-2.0.0.jar [INFO] Copying jakarta.activation-2.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.activation-2.0.1.jar [INFO] Copying jakarta.annotation-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.annotation-api-2.0.0.jar [INFO] Copying tyrus-spi-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-spi-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-core-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-core-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-server-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-server-2.1.0-SNAPSHOT.jar [INFO] Copying grizzly-http-3.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-http-3.0.0.jar [INFO] Copying tyrus-container-servlet-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-servlet-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar [INFO] Copying jakarta.ejb-api-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.ejb-api-4.0.0.jar [INFO] Copying jakarta.inject-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.inject-api-2.0.0.jar [INFO] Copying grizzly-framework-3.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-framework-3.0.0.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (copy) @ websocket-ri-archive --- [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.1.0-SNAPSHOT:jar [INFO] Copying tyrus-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-client-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-server-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-server-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-core-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-core-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-container-servlet-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-servlet-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-spi-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ websocket-ri-archive --- [INFO] Reading assembly descriptor: src/main/assembly/archive.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.0-SNAPSHOT.zip [INFO] Building tar : /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.0-SNAPSHOT.tar.gz [INFO] Building tar : /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.0-SNAPSHOT.tar.bz2 [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/archetypes/echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-archetype-echo --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.0-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.0.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.1.0-SNAPSHOT/tyrus-archetype-echo-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/archetypes/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.1.0-SNAPSHOT/tyrus-archetype-echo-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.1.0-SNAPSHOT/tyrus-archetype-echo-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.2:update-local-catalog (update-local-catalog) @ tyrus-archetype-echo --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ websocket-ri-archive --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ websocket-ri-archive --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.0-SNAPSHOT/websocket-ri-archive-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.0-SNAPSHOT/websocket-ri-archive-2.1.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.0-SNAPSHOT.tar.gz to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.0-SNAPSHOT/websocket-ri-archive-2.1.0-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.0-SNAPSHOT.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.0-SNAPSHOT/websocket-ri-archive-2.1.0-SNAPSHOT.tar.bz2 [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-bundle >----------- [INFO] Building Tyrus Websocket RI Bundle 2.1.0-SNAPSHOT [65/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ websocket-ri-bundle --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ websocket-ri-bundle --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ websocket-ri-bundle --- [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ websocket-ri-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.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: org.glassfish.tyrus:tyrus-core:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-server:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.1.0-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/tyrus-core-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/tyrus-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/tyrus-server-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/tyrus-spi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/resources [INFO] Copying 1 resource [INFO] Copying 12 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ websocket-ri-bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 202 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/uri/internal/MultivaluedMap.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/uri/internal/MultivaluedMap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ websocket-ri-bundle --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ websocket-ri-bundle --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ websocket-ri-bundle --- [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/l10n Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/wsadl/model Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/uri/internal Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/uri Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/cluster Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/coder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/frame Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/extension Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-spi] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/gf/ejb Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-container-glassfish-ejb] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/websocket/server Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/websocket Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-bom >-------------------- [INFO] Building Tyrus BOM 2.1.0-SNAPSHOT [4/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-bom --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.1.0-SNAPSHOT/tyrus-bom-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-spi >-------------------- [INFO] Building Tyrus Container SPI 2.1.0-SNAPSHOT [5/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ websocket-ri-bundle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ websocket-ri-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ websocket-ri-bundle --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.0-SNAPSHOT/websocket-ri-bundle-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.0-SNAPSHOT/websocket-ri-bundle-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.0-SNAPSHOT/websocket-ri-bundle-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ websocket-ri-bundle --- [INFO] Installing org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.0-SNAPSHOT/websocket-ri-bundle-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tyrus 2.1.0-SNAPSHOT: [INFO] [INFO] tyrus .............................................. SUCCESS [ 2.807 s] [INFO] tyrus-archetypes ................................... SUCCESS [ 0.074 s] [INFO] Tyrus Echo Archetype ............................... SUCCESS [ 1.466 s] [INFO] Tyrus BOM .......................................... SUCCESS [ 0.003 s] [INFO] Tyrus Container SPI ................................ SUCCESS [ 3.760 s] [INFO] Tyrus Core ......................................... SUCCESS [ 7.277 s] [INFO] Tyrus Client ....................................... SUCCESS [ 0.736 s] [INFO] Tyrus Container Modules ............................ SUCCESS [ 0.025 s] [INFO] Tyrus Containers For Glassfish ..................... SUCCESS [ 0.040 s] [INFO] Tyrus CDI Component Provider ....................... SUCCESS [ 0.393 s] [INFO] Tyrus EJB Component Provider ....................... SUCCESS [ 0.406 s] [INFO] Tyrus Grizzly Client Container ..................... SUCCESS [ 0.740 s] [INFO] Tyrus Server ....................................... SUCCESS [ 0.388 s] [INFO] Tyrus Grizzly Server Container ..................... SUCCESS [ 0.151 s] [INFO] Tyrus InMemory Container ........................... SUCCESS [ 0.491 s] [INFO] Tyrus Servlet Bundle ............................... SUCCESS [ 1.006 s] [INFO] Tyrus Tests ........................................ SUCCESS [ 0.030 s] [INFO] Tyrus Test Tools ................................... SUCCESS [ 0.137 s] [INFO] Tyrus JDK Client Container ......................... SUCCESS [ 10.634 s] [INFO] Tyrus Documentation ................................ SUCCESS [ 7.347 s] [INFO] Tyrus Extension Modules ............................ SUCCESS [ 0.020 s] [INFO] Tyrus CLI Client ................................... SUCCESS [ 0.527 s] [INFO] Tyrus Monitoring JMX ............................... SUCCESS [ 1.526 s] [INFO] Tyrus Extension - Per Message Deflate .............. SUCCESS [ 0.537 s] [INFO] Tyrus Java8 Client Extension ....................... SUCCESS [ 0.685 s] [INFO] Tyrus Samples ...................................... SUCCESS [ 0.018 s] [INFO] Tyrus Auction Sample ............................... SUCCESS [ 0.496 s] [INFO] Tyrus CDI Sample ................................... SUCCESS [ 0.429 s] [INFO] Tyrus Chat Sample .................................. SUCCESS [ 0.231 s] [INFO] Tyrus Draw Sample .................................. SUCCESS [ 0.098 s] [INFO] Tyrus Echo Sample .................................. SUCCESS [ 0.671 s] [INFO] Tyrus Basic Auth Sample ............................ SUCCESS [ 0.304 s] [INFO] Tyrus Secure Echo Sample ........................... SUCCESS [ 0.146 s] [INFO] Tyrus Programmatic Echo Sample ..................... SUCCESS [ 0.578 s] [INFO] Tyrus Simple Life Sample ........................... SUCCESS [ 0.082 s] [INFO] Tyrus Shared Collection Sample ..................... SUCCESS [ 2.543 s] [INFO] Tyrus End-to-End Tests ............................. SUCCESS [ 0.016 s] [INFO] Tyrus End-to-End Application Config Tests .......... SUCCESS [ 2.430 s] [INFO] Tyrus End-to-End Non-deployable Tests .............. SUCCESS [ 7.564 s] [INFO] Tyrus End-to-End Standard Config Tests ............. SUCCESS [ 57.050 s] [INFO] Tyrus End-to-End Java 8 Tests ...................... SUCCESS [ 0.643 s] [INFO] Tyrus End-to-End Tests running on Jetty ............ SUCCESS [ 0.016 s] [INFO] Tyrus End-to-End Basic Auth Tests .................. SUCCESS [ 1.584 s] [INFO] Tyrus End-to-End Digest Auth Tests ................. SUCCESS [ 0.695 s] [INFO] Tyrus Server Integration Tests ..................... SUCCESS [ 0.031 s] [INFO] Tyrus Servlet Async Tests .......................... SUCCESS [ 0.798 s] [INFO] Tyrus Autobahn Echo Server ......................... SUCCESS [ 0.071 s] [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 22.238 s] [INFO] Tyrus Servlet Dynamic Deploy Test .................. SUCCESS [ 0.272 s] [INFO] Tyrus Servlet No App Config ........................ SUCCESS [ 0.546 s] [INFO] Tyrus Servlet One App Config ....................... SUCCESS [ 0.585 s] [INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SUCCESS [ 0.291 s] [INFO] Tyrus Servlet Session Closing ...................... SUCCESS [ 16.537 s] [INFO] Tyrus Servlet Two App Config ....................... SUCCESS [ 0.787 s] [INFO] Tyrus Servlet Monitoring Test ...................... SUCCESS [ 0.683 s] [INFO] Tyrus Servlet Inject Test .......................... SUCCESS [ 0.213 s] [INFO] Tyrus Servlet Max Sessions Per App Tests ........... SUCCESS [ 2.082 s] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SUCCESS [ 2.161 s] [INFO] Tyrus Debug Debug Samples .......................... SUCCESS [ 10.842 s] [INFO] Tyrus Bundles ...................................... SUCCESS [ 0.025 s] [INFO] Tyrus Samples Bundle ............................... SUCCESS [ 0.676 s] [INFO] Tyrus Standalone Client ............................ SUCCESS [ 1.783 s] [INFO] Tyrus Standalone Client - JDK ...................... SUCCESS [ 0.253 s] [INFO] Tyrus Websocket RI Archive ......................... SUCCESS [ 1.377 s] [INFO] Tyrus Websocket RI Bundle .......................... SUCCESS [ 1.654 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:03 min [INFO] Finished at: 2021-09-01T15:56:09Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-spi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-spi --- [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-spi --- [Pipeline] } [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-spi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-spi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-spi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-spi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-spi --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/tyrus-spi-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-spi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/tyrus-spi-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.0-SNAPSHOT/tyrus-spi-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.0-SNAPSHOT/tyrus-spi-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/tyrus-spi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.1.0-SNAPSHOT/tyrus-spi-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-spi --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/tyrus/tyrus-spi/2.1.0-SNAPSHOT/tyrus-spi-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-core >------------------- [INFO] Building Tyrus Core 2.1.0-SNAPSHOT [6/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-core --- [INFO] [INFO] --- maven-istack-commons-plugin:2.6.1:rs-gen (default) @ tyrus-core --- Resources: org/glassfish/tyrus/core/l10n/localization.properties Processing /home/jenkins/agent/workspace/tinuous-integration_2.0.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:1.8:add-source (default) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.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.0.1-BRANCH/core/etc/wsadl.xsd [INFO] Writing output to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/generated-sources/xjc [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/src/test/java/org/glassfish/tyrus/core/uri/EquivalentPathsTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/src/test/java/org/glassfish/tyrus/core/uri/EquivalentPathsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-core --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.core.TyrusExtensionTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec - in org.glassfish.tyrus.core.TyrusExtensionTest Running org.glassfish.tyrus.core.FrameTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.glassfish.tyrus.core.FrameTest Running org.glassfish.tyrus.core.WriterInfoTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.glassfish.tyrus.core.WriterInfoTest Running org.glassfish.tyrus.core.MessageHandlerManagerTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.glassfish.tyrus.core.MessageHandlerManagerTest Running org.glassfish.tyrus.core.TyrusFutureTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.glassfish.tyrus.core.TyrusFutureTest Running org.glassfish.tyrus.core.uri.EquivalentPathsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.core.uri.EquivalentPathsTest Running org.glassfish.tyrus.core.uri.BestMatchTest Match for /a calculated is: /a Match for /a/b calculated is: /a/b Match for /a/b/c calculated is: /a/b/c Match for /d calculated is: null Match for / calculated is: null Match for /a/b/c/d calculated is: null Match for /d/d/d calculated is: null Match for /a calculated is: /{var1} Match for /a/b calculated is: /{var1}/{var2} Match for /a/b/c calculated is: /{var1}/{var2}/{var3} Match for /a/b/c/d calculated is: null Match for /a calculated is: null Match for /a/b/c calculated is: null Match for /a/b calculated is: /a/{var} Match for /b/d calculated is: /b/{var2} Match for /a/b/c calculated is: /a/b/c Match for /a/d/c calculated is: /a/{var2}/c Match for /a/x/y calculated is: /a/{var2}/{var3} Match for /a calculated is: /a Match for /x calculated is: /{var1} Match for /a/b calculated is: /a/b Match for /x/y calculated is: null Match for /x/b calculated is: /{var1}/b Match for /a/y calculated is: /a/{var2} Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.glassfish.tyrus.core.uri.BestMatchTest Running org.glassfish.tyrus.core.UtilsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.glassfish.tyrus.core.UtilsTest Running org.glassfish.tyrus.core.TyrusSessionTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.glassfish.tyrus.core.TyrusSessionTest Running org.glassfish.tyrus.core.UtilsPropertiesTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.glassfish.tyrus.core.UtilsPropertiesTest Running org.glassfish.tyrus.core.TyrusRemoteEndpointTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.glassfish.tyrus.core.TyrusRemoteEndpointTest Results : Tests run: 104, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-core --- [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.1.0-SNAPSHOT : Unused Export-Package instructions: [org.glassfish.tyrus.core.coder.*, org.glassfish.tyrus.core.wsadl.model.*, org.glassfish.tyrus.core.extension.*, org.glassfish.tyrus.core.cluster.*, org.glassfish.tyrus.core.frame.*] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/tyrus-core-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/tyrus-core-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.0-SNAPSHOT/tyrus-core-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.0-SNAPSHOT/tyrus-core-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/tyrus-core-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.1.0-SNAPSHOT/tyrus-core-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-core --- [INFO] Installing org/glassfish/tyrus/tyrus-core/2.1.0-SNAPSHOT/tyrus-core-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-client >------------------ [INFO] Building Tyrus Client 2.1.0-SNAPSHOT [7/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.client.ClientManagerTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec - in org.glassfish.tyrus.client.ClientManagerTest Running org.glassfish.tyrus.client.auth.CredentialsTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.glassfish.tyrus.client.auth.CredentialsTest Running org.glassfish.tyrus.client.auth.AuthConfigTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.glassfish.tyrus.client.auth.AuthConfigTest Running org.glassfish.tyrus.client.TyrusClientEngineTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in org.glassfish.tyrus.client.TyrusClientEngineTest Results : Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-client --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/tyrus-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/tyrus-client-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.0-SNAPSHOT/tyrus-client-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.0-SNAPSHOT/tyrus-client-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/tyrus-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.1.0-SNAPSHOT/tyrus-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-client --- [INFO] Installing org/glassfish/tyrus/tyrus-client/2.1.0-SNAPSHOT/tyrus-client-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-containers-project >------------ [INFO] Building Tyrus Container Modules 2.1.0-SNAPSHOT [8/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-containers-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-containers-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-containers-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-containers-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.1.0-SNAPSHOT/tyrus-containers-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.tyrus:tyrus-containers-glassfish-project >------- [INFO] Building Tyrus Containers For Glassfish 2.1.0-SNAPSHOT [9/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-containers-glassfish-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-containers-glassfish-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.1.0-SNAPSHOT/tyrus-containers-glassfish-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-cdi >---------- [INFO] Building Tyrus CDI Component Provider 2.1.0-SNAPSHOT [10/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-glassfish-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-glassfish-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-glassfish-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-glassfish-cdi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-glassfish-cdi --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.1.0-SNAPSHOT/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-ejb >---------- [INFO] Building Tyrus EJB Component Provider 2.1.0-SNAPSHOT [11/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-glassfish-ejb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-glassfish-ejb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:3.2.0:testResources (default-testResources) @ tyrus-container-glassfish-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-glassfish-ejb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-glassfish-ejb --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.1.0-SNAPSHOT/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-client >--------- [INFO] Building Tyrus Grizzly Client Container 2.1.0-SNAPSHOT [12/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-grizzly-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-grizzly-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyWriter.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:3.2.0:testResources (default-testResources) @ tyrus-container-grizzly-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-grizzly-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-grizzly-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.0-SNAPSHOT/tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.0-SNAPSHOT/tyrus-container-grizzly-client-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.0-SNAPSHOT/tyrus-container-grizzly-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-client/2.1.0-SNAPSHOT/tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-server >------------------ [INFO] Building Tyrus Server 2.1.0-SNAPSHOT [13/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-server --- [INFO] [INFO] --- maven-istack-commons-plugin:2.6.1:rs-gen (default) @ tyrus-server --- Resources: [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-server --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.server.TyrusServerConfigurationTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.glassfish.tyrus.server.TyrusServerConfigurationTest Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-server --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/tyrus-server-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/tyrus-server-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.0-SNAPSHOT/tyrus-server-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.0-SNAPSHOT/tyrus-server-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/tyrus-server-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.1.0-SNAPSHOT/tyrus-server-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-server --- [INFO] Installing org/glassfish/tyrus/tyrus-server/2.1.0-SNAPSHOT/tyrus-server-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-server >--------- [INFO] Building Tyrus Grizzly Server Container 2.1.0-SNAPSHOT [14/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-grizzly-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-grizzly-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-grizzly-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-grizzly-server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-grizzly-server --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.0-SNAPSHOT/tyrus-container-grizzly-server-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.0-SNAPSHOT/tyrus-container-grizzly-server-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.0-SNAPSHOT/tyrus-container-grizzly-server-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-server/2.1.0-SNAPSHOT/tyrus-container-grizzly-server-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-inmemory >------------ [INFO] Building Tyrus InMemory Container 2.1.0-SNAPSHOT [15/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-inmemory --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-inmemory --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-inmemory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-inmemory --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.container.inmemory.EchoTest # client sent: in-memory echo! # server echoed: in-memory echo! # client received: in-memory echo! Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec - in org.glassfish.tyrus.container.inmemory.EchoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-inmemory --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.1.0-SNAPSHOT/tyrus-container-inmemory-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.1.0-SNAPSHOT/tyrus-container-inmemory-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.1.0-SNAPSHOT/tyrus-container-inmemory-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing org/glassfish/tyrus/tyrus-container-inmemory/2.1.0-SNAPSHOT/tyrus-container-inmemory-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-servlet >------------- [INFO] Building Tyrus Servlet Bundle 2.1.0-SNAPSHOT [16/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-servlet --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-servlet --- [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tyrus-container-servlet --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.0-SNAPSHOT/tyrus-container-servlet-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.0-SNAPSHOT/tyrus-container-servlet-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.1.0-SNAPSHOT/tyrus-container-servlet-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-servlet --- [INFO] Installing org/glassfish/tyrus/tyrus-container-servlet/2.1.0-SNAPSHOT/tyrus-container-servlet-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-project >------------ [INFO] Building Tyrus Tests 2.1.0-SNAPSHOT [17/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.1.0-SNAPSHOT/tyrus-tests-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-test-tools >------------- [INFO] Building Tyrus Test Tools 2.1.0-SNAPSHOT [18/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-test-tools --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-test-tools --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-test-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:3.2.0:testResources (default-testResources) @ tyrus-test-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-test-tools --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-test-tools --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/target/tyrus-test-tools-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/target/tyrus-test-tools-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.1.0-SNAPSHOT/tyrus-test-tools-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.1.0-SNAPSHOT/tyrus-test-tools-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/tools/target/tyrus-test-tools-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.1.0-SNAPSHOT/tyrus-test-tools-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-test-tools --- [INFO] Installing org/glassfish/tyrus/tests/tyrus-test-tools/2.1.0-SNAPSHOT/tyrus-test-tools-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus:tyrus-container-jdk-client >----------- [INFO] Building Tyrus JDK Client Container 2.1.0-SNAPSHOT [19/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-container-jdk-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-container-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-container-jdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-container-jdk-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.container.jdk.client.UnknownHostTest Sep 01, 2021 3:56:33 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: BEGIN COUNT: 24 Sep 01, 2021 3:56:34 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: AFTER WARMUP COUNT: 30 Sep 01, 2021 3:56:34 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: END COUNT: 30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 sec - in org.glassfish.tyrus.container.jdk.client.UnknownHostTest Running org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Sep 01, 2021 3:56:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:56:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:34 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:56:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.409 sec - in org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Sep 01, 2021 3:56:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:56:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Running org.glassfish.tyrus.container.jdk.client.SslFilterTest === SSLHandshakeException (certificate_unknown) on the server expected === Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.413 sec - in org.glassfish.tyrus.container.jdk.client.SslFilterTest Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1377) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:437) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:878) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:969) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:929) at org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:830) Caused by: java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.ensureOpenAndConnected(NioSocketImpl.java:166) at java.base/sun.nio.ch.NioSocketImpl.beginWrite(NioSocketImpl.java:367) at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:412) at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441) at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825) at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:268) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.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) Sep 01, 2021 3:56:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] 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 01, 2021 3:56:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:56:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:56:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.161 sec - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest Running org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Sep 01, 2021 3:56:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:56:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Running org.glassfish.tyrus.container.jdk.client.EchoTest Sep 01, 2021 3:56:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:56:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: onOpen # server echoed: Do or do not, there is no try. ### Received: Do or do not, there is no try. (from your server) Sep 01, 2021 3:56:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.glassfish.tyrus.container.jdk.client.EchoTest Running org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest Sep 01, 2021 3:56:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:56:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:56:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:56:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.057 sec - in org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest Results : Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-container-jdk-client --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.1.0-SNAPSHOT/tyrus-container-jdk-client-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.1.0-SNAPSHOT/tyrus-container-jdk-client-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.1.0-SNAPSHOT/tyrus-container-jdk-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-jdk-client/2.1.0-SNAPSHOT/tyrus-container-jdk-client-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.glassfish.tyrus:tyrus-documentation >--------------- [INFO] Building Tyrus Documentation 2.1.0-SNAPSHOT [20/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-documentation --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-documentation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-documentation --- [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/docs/target/gen-src [copy] Copying 16 files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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] Processing input file: user-guide.xml [INFO] Applying customization parameters after docbkx parameters [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.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 01, 2021 3:56:53 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Sep 01, 2021 3:56:53 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". Sep 01, 2021 3:56:53 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. Sep 01, 2021 3:56:53 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern for lang="en". Sep 01, 2021 3:56:53 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #2. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #3. Sep 01, 2021 3:56:54 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 01, 2021 3:56:54 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 01, 2021 3:56:54 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 01, 2021 3:56:54 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 01, 2021 3:56:54 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 01, 2021 3:56:54 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 01, 2021 3:56:54 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 01, 2021 3:56:54 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 01, 2021 3:56:54 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 01, 2021 3:56:54 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 01, 2021 3:56:54 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 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #4. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #5. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #6. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #7. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 183:2622) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 183:2622) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 183:2622) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 187:962) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 187:962) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 187:962) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 191:948) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 191:948) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 191:948) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 8 of a paragraph overflows the available area by 7140 millipoints. (See position 195:962) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 195:962) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 195:962) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 195:962) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 5140 millipoints. (See position 195:962) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 199:923) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 199:923) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 199:923) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 15 of a paragraph overflows the available area by 700 millipoints. (See position 203:924) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 14 of a paragraph overflows the available area by 4580 millipoints. (See position 203:924) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 12 of a paragraph overflows the available area by 150 millipoints. (See position 203:924) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 11 of a paragraph overflows the available area by 4030 millipoints. (See position 203:924) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7350 millipoints. (See position 203:924) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 203:924) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 209:552) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 209:552) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 209:552) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 213:3089) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 213:3089) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 213:3089) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 217:913) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 217:913) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 217:913) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 221:913) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 221:913) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 221:913) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 225:916) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 225:916) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 225:916) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #8. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #9. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #10. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #11. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1080) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 252:1080) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1080) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 252:1080) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 29640 millipoints. (See position 311:685) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #12. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #13. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #14. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 377:1000) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 413:939) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 501:365) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 525:926) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 579:957) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 595:955) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 634:927) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 634:927) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #15. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #16. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #17. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #18. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #19. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #20. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #21. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #22. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 690:651) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 709:950) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 755:943) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 755:943) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 755:943) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 45106 millipoints. (See position 758:659) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 768:949) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #23. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #24. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 835:955) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 863:980) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 875:980) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 875:980) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #25. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #26. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #27. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 912:943) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 912:943) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #28. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #29. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #30. Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 949:863) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:863) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:863) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:863) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 949:863) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 949:863) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:863) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 975:382) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 989:382) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 989:382) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 994:382) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 994:382) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 994:382) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1010:670) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1016:426) Sep 01, 2021 3:56:54 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1038:654) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1060:570) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1062:609) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1066:487) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1066:487) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1078:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1136:471) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1136:471) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1233:584) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1246:554) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1323:378) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1333:378) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1347:378) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1416:390) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1416:390) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1421:390) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1421:390) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1421:390) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1450:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1497:378) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1497:378) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1567:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1571:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1619:578) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1649:389) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1649:389) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1649:389) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1683:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1716:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1729:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 6000 millipoints. (See position 1741:787) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1759:513) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1788:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1796:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1796:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1796:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1812:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1812:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1812:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1812:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1828:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1828:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1828:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1828:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1853:393) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1858:393) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1884:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1884:382) Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #31. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #32. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #33. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #34. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #35. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #36. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #37. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #38. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #39. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #40. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #41. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #42. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #43. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #44. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #45. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #46. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #47. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #48. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #49. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #50. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #51. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #52. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #53. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #54. Sep 01, 2021 3:56:55 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #55. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/docs/target/docbook/user-guide.pdf has been generated. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/docs/target/docbook for generated file(s) [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ tyrus-documentation --- [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/docs/target/tyrus-documentation-2.1.0-SNAPSHOT-docbook.zip [INFO] [INFO] --- build-helper-maven-plugin:1.8:attach-artifact (attach-artifacts) @ tyrus-documentation --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-documentation --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-documentation --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.1.0-SNAPSHOT/tyrus-documentation-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/docs/target/tyrus-documentation-2.1.0-SNAPSHOT-docbook.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.1.0-SNAPSHOT/tyrus-documentation-2.1.0-SNAPSHOT-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/docs/target/docbook/user-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.1.0-SNAPSHOT/tyrus-documentation-2.1.0-SNAPSHOT-user-guide.pdf [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extensions-project >---------- [INFO] Building Tyrus Extension Modules 2.1.0-SNAPSHOT [21/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-extensions-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-extensions-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-extensions-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-extensions-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.1.0-SNAPSHOT/tyrus-extensions-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.tyrus.ext:tyrus-client-cli >-------------- [INFO] Building Tyrus CLI Client 2.1.0-SNAPSHOT [22/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-client-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-client-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:3.2.0:testResources (default-testResources) @ tyrus-client-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-client-cli --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-client-cli --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-client-cli --- [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ tyrus-client-cli --- [WARNING] Map in class org.apache.maven.plugins.shade.resource.ManifestResourceTransformer declares value type as: class java.util.jar.Attributes but saw: class java.lang.String at runtime [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.0.0 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:3.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:3.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:3.0.0 in the shaded jar. [INFO] Including jline:jline:jar:2.14.5 in the shaded jar. [WARNING] jakarta.xml.bind-api-3.0.1.jar, jakarta.activation-2.0.1.jar define 1 overlappping classes: [WARNING] - module-info [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-client-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-client-cli --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.1.0-SNAPSHOT/tyrus-client-cli-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.1.0-SNAPSHOT/tyrus-client-cli-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-cli/target/tyrus-client-cli-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.1.0-SNAPSHOT/tyrus-client-cli-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-client-cli --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-cli/2.1.0-SNAPSHOT/tyrus-client-cli-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus.ext:tyrus-monitoring-jmx >------------ [INFO] Building Tyrus Monitoring JMX 2.1.0-SNAPSHOT [23/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-monitoring-jmx --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-monitoring-jmx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/ext/monitoring-jmx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/SessionCleanUpTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/SessionCleanUpTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-monitoring-jmx --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Sep 01, 2021 3:57:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:57:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 sec - in org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Running org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Sep 01, 2021 3:57:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:57:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:57:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Running org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Running org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Running org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Running org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Running org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Running org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Running org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Results : Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.0-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.0.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.1.0-SNAPSHOT/tyrus-monitoring-jmx-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.1.0-SNAPSHOT/tyrus-monitoring-jmx-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.1.0-SNAPSHOT/tyrus-monitoring-jmx-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extension-deflate >----------- [INFO] Building Tyrus Extension - Per Message Deflate 2.1.0-SNAPSHOT [24/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-extension-deflate --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-extension-deflate --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tyrus-extension-deflate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-extension-deflate --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest Sep 01, 2021 3:57:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:57:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:05 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=[XXxS7umejcoHTAygivHuEA==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[+9FRUBv4uNHNjmLJjiGAsRKG/RM=], 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 01, 2021 3:57:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 sec - in org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-extension-deflate --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-extension-deflate --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.0-SNAPSHOT/tyrus-extension-deflate-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.0-SNAPSHOT/tyrus-extension-deflate-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.0-SNAPSHOT/tyrus-extension-deflate-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-extension-deflate/2.1.0-SNAPSHOT/tyrus-extension-deflate-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.glassfish.tyrus.ext:tyrus-client-java8 >------------- [INFO] Building Tyrus Java8 Client Extension 2.1.0-SNAPSHOT [25/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-client-java8 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-client-java8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:3.2.0:testResources (default-testResources) @ tyrus-client-java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-client-java8 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. partial: I find your lack of faith disturbing true Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 sec - in org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Results : Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ tyrus-client-java8 --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-client-java8 --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/target/tyrus-client-java8-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tyrus-client-java8 --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/target/tyrus-client-java8-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.1.0-SNAPSHOT/tyrus-client-java8-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.1.0-SNAPSHOT/tyrus-client-java8-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/ext/client-java8/target/tyrus-client-java8-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.1.0-SNAPSHOT/tyrus-client-java8-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ tyrus-client-java8 --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-java8/2.1.0-SNAPSHOT/tyrus-client-java8-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus.samples:tyrus-samples-project >---------- [INFO] Building Tyrus Samples 2.1.0-SNAPSHOT [26/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-samples-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-samples-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-samples-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-samples-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.1.0-SNAPSHOT/tyrus-samples-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.samples:tyrus-sample-auction >---------- [INFO] Building Tyrus Auction Sample 2.1.0-SNAPSHOT [27/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-auction --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-auction --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-auction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-auction --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/auction/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-auction --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-auction --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-auction --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-auction] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-auction --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-auction --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-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.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.0-SNAPSHOT/tyrus-sample-auction-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.0-SNAPSHOT/tyrus-sample-auction-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.0-SNAPSHOT/tyrus-sample-auction-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.1.0-SNAPSHOT/tyrus-sample-auction-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.tyrus.samples:tyrus-sample-cdi >------------ [INFO] Building Tyrus CDI Sample 2.1.0-SNAPSHOT [28/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-cdi --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-cdi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/cdi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-cdi --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.cdi.CdiTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.glassfish.tyrus.sample.cdi.CdiTest Results : Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-cdi --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-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.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.0-SNAPSHOT/tyrus-sample-cdi-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.0-SNAPSHOT/tyrus-sample-cdi-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.0-SNAPSHOT/tyrus-sample-cdi-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.1.0-SNAPSHOT/tyrus-sample-cdi-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-chat >------------ [INFO] Building Tyrus Chat Sample 2.1.0-SNAPSHOT [29/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-chat --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-chat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-chat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-chat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/chatdata/ChatMessage.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/chat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-chat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-chat --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-chat --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-chat] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-chat --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-chat --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-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.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.0-SNAPSHOT/tyrus-sample-chat-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.0-SNAPSHOT/tyrus-sample-chat-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.0-SNAPSHOT/tyrus-sample-chat-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.1.0-SNAPSHOT/tyrus-sample-chat-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-draw >------------ [INFO] Building Tyrus Draw Sample 2.1.0-SNAPSHOT [30/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-draw --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-draw --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-draw --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-draw --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/draw/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-draw --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-draw --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-draw --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-draw] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-draw --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-draw --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-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.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.0-SNAPSHOT/tyrus-sample-draw-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.0-SNAPSHOT/tyrus-sample-draw-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.0-SNAPSHOT/tyrus-sample-draw-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.1.0-SNAPSHOT/tyrus-sample-draw-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-echo >------------ [INFO] Building Tyrus Echo Sample 2.1.0-SNAPSHOT [31/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-echo --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.echo.EchoTest Sep 01, 2021 3:57:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:57:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:09 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 01, 2021 3:57:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 sec - in org.glassfish.tyrus.sample.echo.EchoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-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.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.0-SNAPSHOT/tyrus-sample-echo-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.0-SNAPSHOT/tyrus-sample-echo-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.0-SNAPSHOT/tyrus-sample-echo-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.1.0-SNAPSHOT/tyrus-sample-echo-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-basic-auth >--------- [INFO] Building Tyrus Basic Auth Sample 2.1.0-SNAPSHOT [32/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-basic-auth --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-basic-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/echo-basic-auth/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-basic-auth --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec - in org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-basic-auth --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-basic-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-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.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.0-SNAPSHOT/tyrus-sample-basic-auth-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.0-SNAPSHOT/tyrus-sample-basic-auth-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.0-SNAPSHOT/tyrus-sample-basic-auth-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.1.0-SNAPSHOT/tyrus-sample-basic-auth-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-echo-https >--------- [INFO] Building Tyrus Secure Echo Sample 2.1.0-SNAPSHOT [33/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-echo-https --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-echo-https --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-echo-https --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/echo-https/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-echo-https --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-echo-https --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo-https] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-echo-https --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-echo-https --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-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.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.0-SNAPSHOT/tyrus-sample-echo-https-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.0-SNAPSHOT/tyrus-sample-echo-https-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.0-SNAPSHOT/tyrus-sample-echo-https-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.1.0-SNAPSHOT/tyrus-sample-echo-https-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-programmatic-echo >----- [INFO] Building Tyrus Programmatic Echo Sample 2.1.0-SNAPSHOT [34/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-programmatic-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-programmatic-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/programmatic-echo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-programmatic-echo --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest Sep 01, 2021 3:57:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:57:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:11 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 01, 2021 3:57:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 sec - in org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-programmatic-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-programmatic-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-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.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.1.0-SNAPSHOT/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-simplelife >--------- [INFO] Building Tyrus Simple Life Sample 2.1.0-SNAPSHOT [35/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-simplelife --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-simplelife --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-simplelife --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-simplelife --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/simplelife/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-simplelife --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-simplelife --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-simplelife --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-simplelife] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-simplelife --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-simplelife --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-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.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.0-SNAPSHOT/tyrus-sample-simplelife-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.0-SNAPSHOT/tyrus-sample-simplelife-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.0-SNAPSHOT/tyrus-sample-simplelife-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.1.0-SNAPSHOT/tyrus-sample-simplelife-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-shared-collection >----- [INFO] Building Tyrus Shared Collection Sample 2.1.0-SNAPSHOT [36/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-sample-shared-collection --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-sample-shared-collection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/samples/shared-collection/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-sample-shared-collection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-sample-shared-collection --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-shared-collection] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-shared-collection --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-SNAPSHOT-project-src.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-shared-collection --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-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.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.0-SNAPSHOT/tyrus-sample-shared-collection-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.0-SNAPSHOT/tyrus-sample-shared-collection-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.0-SNAPSHOT/tyrus-sample-shared-collection-2.1.0-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.1.0-SNAPSHOT/tyrus-sample-shared-collection-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-tests-e2e >-------------- [INFO] Building Tyrus End-to-End Tests 2.1.0-SNAPSHOT [37/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.1.0-SNAPSHOT/tyrus-tests-e2e-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-appconfig >--------- [INFO] Building Tyrus End-to-End Application Config Tests 2.1.0-SNAPSHOT [38/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-appconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-appconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-appconfig --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-appconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-appconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-appconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 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='b970aa7c-7c13-4866-a4ba-ad2bde29b0d2', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@4325137e, 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@510299ba, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6bd58f0b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3f4f5f9b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@541a05ef, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1190999f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@567af171, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@138cdfa2, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@17bd8541, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2f4aa48, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@304321e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@76809c13, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@d6c880f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2aedc500, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@8db9681, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7ac9e38d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@138c202b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@570d329f, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='b970aa7c-7c13-4866-a4ba-ad2bde29b0d2', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@4325137e, 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@510299ba, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6bd58f0b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3f4f5f9b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@541a05ef, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1190999f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@567af171, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@138cdfa2, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@17bd8541, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2f4aa48, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@304321e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@76809c13, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@d6c880f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2aedc500, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@8db9681, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7ac9e38d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@138c202b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@570d329f, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 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='2ad6862f-d552-44b8-a31c-595c788043d1', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@cff5178, 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@49fdce83, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@76157ace, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@787e85b0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@e7c6f56, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@29d231cc, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@744cfd32, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7893a50e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@15786395, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2d9c6ca7, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3e2ab14b, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5bf4c855, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@d467c75, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@43f1d02e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@28ba91f2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@557152d0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6bea39df, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2657f42c, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='2ad6862f-d552-44b8-a31c-595c788043d1', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@cff5178, 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@49fdce83, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@76157ace, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@787e85b0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@e7c6f56, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@29d231cc, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@744cfd32, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7893a50e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@15786395, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2d9c6ca7, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3e2ab14b, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5bf4c855, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@d467c75, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@43f1d02e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@28ba91f2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@557152d0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6bea39df, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2657f42c, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 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='c02e0736-117d-4151-941e-2d9651ff68b3', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@1acc0ef0, 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@5fce83cd, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6ce5f5d1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6edb7d82, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@141a5527, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3fe17c82, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7ce95dd2, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@49eb18a0, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@f1edfd7, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3bafa7da, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@d1e6ab0, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1ca14dab, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6538c98f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@23ef2385, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5dda86a2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4b0054a7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@68d798f9, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@327e7d6d, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='c02e0736-117d-4151-941e-2d9651ff68b3', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@1acc0ef0, 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@5fce83cd, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6ce5f5d1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6edb7d82, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@141a5527, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3fe17c82, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7ce95dd2, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@49eb18a0, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@f1edfd7, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3bafa7da, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@d1e6ab0, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1ca14dab, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6538c98f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@23ef2385, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5dda86a2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4b0054a7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@68d798f9, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@327e7d6d, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 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='89546d49-e9c4-46f0-a137-a75d927e514b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@101bd7cd, 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@55194baa, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@521803e0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6486f8fb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2a6dee19, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3536b4e5, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2723b6a0, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7431d39f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3169e626, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3178ed72, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@bd4db4b, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@71834c85, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@fa5cc45, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@79c0a3be, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@54e3214e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3f6fa833, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1e898c7f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@62280143, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='89546d49-e9c4-46f0-a137-a75d927e514b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@101bd7cd, 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@55194baa, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@521803e0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6486f8fb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2a6dee19, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3536b4e5, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2723b6a0, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7431d39f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3169e626, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3178ed72, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@bd4db4b, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@71834c85, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@fa5cc45, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@79c0a3be, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@54e3214e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3f6fa833, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1e898c7f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@62280143, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1000] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 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='3dff192e-c007-470b-b822-d431427f7bf5', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@1cfc5b79, 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@59fed682, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6ecd21cc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@68ed0eb8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1634a74f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@39d129cd, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3e95bc7a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3e8dedde, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@d302b9f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3d9ff4b5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2e7ae910, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7f48021c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@73a8b2b9, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3150ca25, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@481b9776, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@777c248b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@41f76da7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7641965e, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='3dff192e-c007-470b-b822-d431427f7bf5', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@1cfc5b79, 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@59fed682, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6ecd21cc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@68ed0eb8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1634a74f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@39d129cd, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3e95bc7a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3e8dedde, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@d302b9f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3d9ff4b5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2e7ae910, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7f48021c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@73a8b2b9, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3150ca25, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@481b9776, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@777c248b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@41f76da7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7641965e, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 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='16e7c010-4a46-45fd-9f6a-d1c0c8be1c60', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@1b18f363, 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@5e1a6e64, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b2f55b4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6f8ed512, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3351b06b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3e35912b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@f06e1ac, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1639931b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2855bb5f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3a7bcbb7, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2c856d5, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5833bcdc, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5d397bc6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@397b35a5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7945a2a1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3c553409, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2aa49f0e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4a1251e2, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='16e7c010-4a46-45fd-9f6a-d1c0c8be1c60', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@1b18f363, 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@5e1a6e64, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4b2f55b4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6f8ed512, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3351b06b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3e35912b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@f06e1ac, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1639931b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2855bb5f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3a7bcbb7, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2c856d5, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5833bcdc, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5d397bc6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@397b35a5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7945a2a1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3c553409, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2aa49f0e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4a1251e2, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 sec - in org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Running org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 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[1000]' Server onClose Client session closed with reason: 'CloseReason[1013,Maximal number of open sessions per endpoint exceeded.]' 2dcad9d8-0b68-4bd3-bd06-2699a7809878, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose e1a7a609-ebc1-45ba-adc6-868f76b01757, CloseReason[1000] Server onClose b136a33f-d039-4654-b235-e9a44208722a, CloseReason[1000] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 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 3eebca1c-20eb-4381-befc-c44236f86f37, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 98e7446e-7b23-41e3-bab9-a80b07c98bf0, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose b1c30662-c90a-44f1-bcf0-218f55e58e3f, CloseReason[1000] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec - in org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Running org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Running org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Running org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.165 sec - in org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Running org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Running org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:15 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='dad5f077-8481-49bb-9452-955fcd8fc100', 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@59252cb6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@31d0e481, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3243b914, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@241e8ea6, 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@542e560f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@626c44e7, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4dc8caa7, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1d730606, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3bcbb589, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3b00856b, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3016fd5e, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@35d08e6c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@53d102a2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6c45ee6e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6b3e12b5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5aac4250, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1338fb5, 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='dad5f077-8481-49bb-9452-955fcd8fc100', 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@59252cb6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@31d0e481, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3243b914, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@241e8ea6, 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@542e560f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@626c44e7, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4dc8caa7, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1d730606, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3bcbb589, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3b00856b, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3016fd5e, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@35d08e6c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@53d102a2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6c45ee6e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6b3e12b5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5aac4250, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1338fb5, 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='485820cb-ed00-4ef7-bdcd-ec632ef6f583', 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@59252cb6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@31d0e481, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3243b914, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@241e8ea6, 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@542e560f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@626c44e7, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4dc8caa7, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1d730606, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3bcbb589, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3b00856b, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3016fd5e, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@35d08e6c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@53d102a2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6c45ee6e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6b3e12b5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5aac4250, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1338fb5, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:15 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 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec - in org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Running org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:15 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=[TdtVnO2PnDmjtGRRNI1V1w==], 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@56fe1a86 :: [] ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@56fe1a86 :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@684f02ef :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@684f02ef :: [] ##### TestExtendedExtension getName: ext2 org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='ac80c23c-8b04-4e54-a7f9-ea71dfe20f6a', 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@2e554a3b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@54a67a45, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7d42c224, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@56aaaecd, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@522a32b1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@35390ee3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5e01a982, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5ddea849, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5ee2b6f9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@23d1e5d0, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@704f1591, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@58fb7731, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@13e547a9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3fb6cf60, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@37ddb69a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@349c1daf, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@dfddc9a, type=class java.io.InputStream}]}} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[gQwQmY8bSKZmANOHQAm1LQTJPz8=], sec-websocket-extensions=[ext1, ext2], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint server onMessage. client onMessage. Sep 01, 2021 3:57:15 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='ac80c23c-8b04-4e54-a7f9-ea71dfe20f6a', 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@2e554a3b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@54a67a45, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7d42c224, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@56aaaecd, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@522a32b1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@35390ee3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5e01a982, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5ddea849, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5ee2b6f9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@23d1e5d0, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@704f1591, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@58fb7731, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@13e547a9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3fb6cf60, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@37ddb69a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@349c1daf, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@dfddc9a, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@56fe1a86 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@56fe1a86 Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@684f02ef ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@684f02ef Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:15 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=[Fxmeg1RDAawHs08EJWVVbA==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@785fbd03 :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@345c0ebd :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### afterResponse org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='7e47e63d-50cb-4344-a784-eb88141e12eb', 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@1a45193b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@38f116f6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5286c33a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6e6d5d29, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5c530d1e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6c25e6c4, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@85e6769, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@c5ee75e, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@48a12036, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@bf1ec20, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@70efb718, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@b70da4c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4a11eb84, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4e858e0a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@435fb7b5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4e70a728, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@b7838a9, type=class java.io.InputStream}]}} {connection=[Upgrade], sec-websocket-accept=[CDeL83jhieQvDNYkNGh33p2aZ4w=], sec-websocket-extensions=[TestExtendedExtension], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint server onMessage. client onMessage. org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='7e47e63d-50cb-4344-a784-eb88141e12eb', 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@1a45193b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@38f116f6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5286c33a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6e6d5d29, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5c530d1e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6c25e6c4, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@85e6769, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@c5ee75e, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@48a12036, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@bf1ec20, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@70efb718, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@b70da4c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4a11eb84, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4e858e0a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@435fb7b5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4e70a728, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@b7838a9, type=class java.io.InputStream}]}} Sep 01, 2021 3:57:15 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@785fbd03 Sep 01, 2021 3:57:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@345c0ebd Results : Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-appconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-appconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.1.0-SNAPSHOT/tyrus-tests-e2e-appconfig-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/application-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.1.0-SNAPSHOT/tyrus-tests-e2e-appconfig-2.1.0-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-e2e-nondeployable >------- [INFO] Building Tyrus End-to-End Non-deployable Tests 2.1.0-SNAPSHOT [39/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-nondeployable --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-nondeployable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-nondeployable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-nondeployable --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-e2e-nondeployable --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Running org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:16 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 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] 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 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Running org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:57:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:57:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. RetryAfterException received. received message: Do or do not, there is no try. Sep 01, 2021 3:57:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 01, 2021 3:57:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 01, 2021 3:57:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 01, 2021 3:57:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 01, 2021 3:57:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 01, 2021 3:57:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.324 sec - in org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Running org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec - in org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest Running org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/e2e-test/echoProgrammatic Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@189cbd7c Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7bf3a5d8 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@42e25b0b Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@39b43d60 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@44be0077 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2205a05d Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@72ef8d15 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6aa8e115 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5e21e98f Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@51a9ad5e Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7d94beb9 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@560348e6 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1df8b5b8 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@23202fce Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7b993c65 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@37911f88 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6f1c29b7 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4d6025c5 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7f284218 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@407a7f2a Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Running org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 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: 3I50N8BdJ2DItmqD3RIdYg== # Sec-WebSocket-Version: 13 # Upgrade: websocket ##### MyExtendedExtension getName ##### MyExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@4517563b :: [TyrusParameter{name='basicParam1', value='basicValue1'}] ##### MyExtendedExtension [[param1=value1]] ##### MyExtendedExtension ##### MyExtendedExtension getName ##### MyExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@ebf7a07 :: [TyrusParameter{name='param1', value='value1'}] ##### MyExtendedExtension getName org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='0d793c0d-06e9-45a9-b841-c939ebd51afb', 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@11d8ae8b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@479cbee5, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@59e2d8e3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2b72cb8a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7f8a9499, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5d43661b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@12299890, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2fba3fc4, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4bf48f6, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@420a85c4, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1c39680d, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@62833051, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1c852c0f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@a37aefe, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5d99c6b5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@266374ef, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@13b3d178, type=class java.io.InputStream}]}} ##### afterResponse # connection: Upgrade # sec-websocket-accept: WZEdetl7HSqFw90X73FjkJGFWWU= # 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=-1892776000} ##### 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 01, 2021 3:57:20 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='0d793c0d-06e9-45a9-b841-c939ebd51afb', 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@11d8ae8b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@479cbee5, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@59e2d8e3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2b72cb8a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7f8a9499, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5d43661b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@12299890, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2fba3fc4, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4bf48f6, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@420a85c4, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1c39680d, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@62833051, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1c852c0f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@a37aefe, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5d99c6b5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@266374ef, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@13b3d178, type=class java.io.InputStream}]}} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@4517563b Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest 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=2062274938} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@ebf7a07 Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest Running org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 01, 2021 3:57:20 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 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 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 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Sep 01, 2021 3:57:20 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 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Running org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 sec - in org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Running org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Received headers: [my-header-value-1, my-header-value-2] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Running org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. received message: Do or do not, there is no try. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.685 sec - in org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Running org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 sec - in org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest Running org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43169] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43169 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [50f2d327-3ec9-401a-9830-f42e5d366ba6] SENT: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [50f2d327-3ec9-401a-9830-f42e5d366ba6] RECEIVED: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43169] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:35305] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:42255] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:39709] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:42255 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41287] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:39709 Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:39465] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38797] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:35305 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38797 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:39465 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38449] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41343] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36051] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41343 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41829] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41829 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36051 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38449 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41287 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [9b8390fb-6a85-4348-bbf3-87e8310fa891] SENT: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [9b8390fb-6a85-4348-bbf3-87e8310fa891] RECEIVED: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [65b29b76-5567-4b9b-b5dd-2e6fcfdc8f4b] SENT: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:35305] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [0c8ed0e8-07d6-4b4c-8c91-be72edb1547a] SENT: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [00495095-b39c-4cd3-9334-929f721eade8] SENT: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [11617ea7-2437-4f30-a148-fcd17cac188b] SENT: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [007f4c14-ecb5-42b2-afed-3f3968081890] SENT: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [70d0f1c6-7701-4df6-a25b-6760f1444cff] SENT: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [11617ea7-2437-4f30-a148-fcd17cac188b] RECEIVED: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [007f4c14-ecb5-42b2-afed-3f3968081890] RECEIVED: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38797] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:39709] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [0c8ed0e8-07d6-4b4c-8c91-be72edb1547a] RECEIVED: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38449] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [00495095-b39c-4cd3-9334-929f721eade8] RECEIVED: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41287] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [65b29b76-5567-4b9b-b5dd-2e6fcfdc8f4b] RECEIVED: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [2787907a-33ef-45d9-a9ba-8e50c3acbbd0] SENT: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:42255] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [2787907a-33ef-45d9-a9ba-8e50c3acbbd0] RECEIVED: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:39465] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [2ee552cc-7fbd-4e49-a8ea-f4811e724195] SENT: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [2ee552cc-7fbd-4e49-a8ea-f4811e724195] RECEIVED: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41343] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [70d0f1c6-7701-4df6-a25b-6760f1444cff] RECEIVED: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [5357d769-9f9f-49bc-88f5-457fcaf8d825] SENT: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41829] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [5357d769-9f9f-49bc-88f5-457fcaf8d825] RECEIVED: It's a trap! Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36051] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Running org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 4.0.0 org.glassfish.tyrus.tests tyrus-tests-e2e 2.1.0-SNAPSHOT war tyrus-tests-e2e-nondeployable Tyrus End-to-End Non-deployable Tests org.glassfish.tyrus tyrus-core org.glassfish.tyrus tyrus-container-grizzly-client org.glassfish.tyrus tyrus-container-jdk-client org.glassfish.tyrus tyrus-container-inmemory org.glassfish.tyrus.tests tyrus-test-tools com.sun.xml.bind jaxb-osgi test Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Running org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. -1 ### Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Running org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest Running org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Running org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-218] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-219] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-220] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-221] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-222] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-223] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-224] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-225] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-226] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-227] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-228] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-229] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-230] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-231] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-232] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-233] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-234] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-235] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-236] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-237] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-238] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-239] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-240] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-241] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-242] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-243] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-244] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-245] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-246] Started. Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:23 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.093 sec - in org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest Results : Tests run: 66, Failures: 0, Errors: 0, Skipped: 2 [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.0.1-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-nondeployable --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.1.0-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/non-deployable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.1.0-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-stdconfig >--------- [INFO] Building Tyrus End-to-End Standard Config Tests 2.1.0-SNAPSHOT [40/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-stdconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-stdconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-stdconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-stdconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-stdconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec - in org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Running org.glassfish.tyrus.test.standard_config.HelloTest Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.glassfish.tyrus.test.standard_config.HelloTest Running org.glassfish.tyrus.test.standard_config.MessageSequenceTest Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### OnError: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@8657720[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@49587d1b[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@4d67f0e8]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@331d6eef[Terminated, pool siz### CloseReason[1001,Going away.] e = 0, active threads = 0, queued tasks = 0, completed tasks = 3] Sep 01, 2021 3:57:26 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)Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:794) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:183) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:70) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:57:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:26 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@4309efd4[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@3bb84381[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@20df9076]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@71ab9ddc[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4] ### CloseReason[1001,Going away.] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) Sep 01, 2021 3:57:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1011) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) Sep 01, 2021 3:57:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:57:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Sep 01, 2021 3:57:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### CloseReason[1006,Closed abnormally.] Sep 01, 2021 3:57:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:57:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### OnError: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@27c73fef[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@2d3f549f[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@23f8bf48]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@62c5b573[Shutting down, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 3] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:849) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) ### CloseReason[1006,Closed abnormally.] Sep 01, 2021 3:57:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 01, 2021 3:57:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:30 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 01, 2021 3:57:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 01, 2021 3:57:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:33 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 01, 2021 3:57:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 01, 2021 3:57:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:36 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 01, 2021 3:57:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 01, 2021 3:57:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:39 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 01, 2021 3:57:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 01, 2021 3:57:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:42 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@4f61b1e8[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@e5cbbd3[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@a633ec0]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@150d5b61[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) ### CloseReason[1001,Going away.] at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:489) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1011) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) Sep 01, 2021 3:57:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)Sep 01, 2021 3:57:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 01, 2021 3:57:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:42 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 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.163 sec - in org.glassfish.tyrus.test.standard_config.MessageSequenceTest Running org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. RECEIVED HEADERS: [my-header-value-1, my-header-value-2] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Running org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Running org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Running org.glassfish.tyrus.test.standard_config.StreamingTextTest Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! STREAMINGCLIENT opened ! Client sending: here Wrapped: Basic Server sending: thank Waiting for the server to process the partial string... Server sending: you Server sending: very Server sending: much Server sending: ! STREAMINGSERVER piece came: here Resuming the client... Client sending: is Waiting for the server to process the partial string... STREAMINGSERVER piece came: is Resuming the client... Client sending: a Waiting for the server to process the partial string... STREAMINGSERVER piece came: a Resuming the client... Client sending: stream. STREAMINGSERVER piece came: stream. STREAMINGSERVER whole message: hereis a stream. STREAMINGCLIENT piece came: thank STREAMINGCLIENT piece came: you STREAMINGCLIENT piece came: very STREAMINGCLIENT piece came: much STREAMINGCLIENT piece came: ! STREAMINGCLIENT received whole message: thank you very much ! Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.glassfish.tyrus.test.standard_config.StreamingTextTest Running org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Running org.glassfish.tyrus.test.standard_config.ClientManagerTest Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 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 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.glassfish.tyrus.test.standard_config.ClientManagerTest Running org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 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 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Running org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest.Endpoint2. org.glassfish.tyrus.core.MessageTooBigException: Message too long; allowed message size is 5 bytes. (Current message length is 6 bytes). at org.glassfish.tyrus.core.TyrusSession.checkMessageSize(TyrusSession.java:526) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:597) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:911) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:118) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec - in org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Running org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8026] Sep 01, 2021 3:57:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Sep 01, 2021 3:57:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Sep 01, 2021 3:57:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.072 sec - in org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Running org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Running org.glassfish.tyrus.test.standard_config.Tyrus109Test Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:48 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.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:553) at org.glassfish.tyrus.core.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:583) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core.AnnotatedEndpoint.onOpen(AnnotatedEndpoint.java:603) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onConnect(TyrusEndpointWrapper.java:750) at org.glassfish.tyrus.core.TyrusWebSocket.onConnect(TyrusWebSocket.java:139) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusConnection.(TyrusWebSocketEngine.java:798) at org.glassfish.tyrus.core.TyrusWebSocketEngine$SuccessfulUpgradeInfo.createConnection(TyrusWebSocketEngine.java:734) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleHandshake(GrizzlyServerFilter.java:241) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:178) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Caused by: java.lang.RuntimeException: java.lang.RuntimeException: testException at org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(Tyrus109Test.java:66) ... 28 more Caused by: java.lang.RuntimeException: testException at org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.open(Tyrus109Test.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:553) ... 21 more Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.023 sec - in org.glassfish.tyrus.test.standard_config.Tyrus109Test Running org.glassfish.tyrus.test.standard_config.OnCloseTest Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.SessionTestAllMethodsAfterCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:514) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:655) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:560) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 #### received: CloseReason[1000] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 #### received: CloseReason[1001] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 #### received: CloseReason[1002] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 #### received: CloseReason[1003] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 #### received: CloseReason[1007] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 #### received: CloseReason[1008] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 #### received: CloseReason[1009] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 #### received: CloseReason[1010] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 #### received: CloseReason[1011] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 #### received: CloseReason[1012] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 #### received: CloseReason[1013] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 ### Received closeReason: 1000 Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 ### Received closeReason: 1001 Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 ### Received closeReason: 1002 Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 ### Received closeReason: 1003 Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 ### Received closeReason: 1007 Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 ### Received closeReason: 1008 Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 ### Received closeReason: 1009 Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 ### Received closeReason: 1010 Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 ### Received closeReason: 1011 Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 ### Received closeReason: 1000 Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 ### Received closeReason: 1000 Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.DoubleCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:514) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:655) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:560) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.296 sec - in org.glassfish.tyrus.test.standard_config.OnCloseTest Running org.glassfish.tyrus.test.standard_config.OriginTest Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. jakarta.websocket.DeploymentException: Handshake error. at org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:658) at org.glassfish.tyrus.client.ClientManager$3.run(ClientManager.java:696) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.tyrus.client.ClientManager$SameThreadExecutorService.execute(ClientManager.java:849) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) at org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:493) at org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:337) at org.glassfish.tyrus.test.standard_config.OriginTest.testInvalidOrigin(OriginTest.java:93) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Caused by: org.glassfish.tyrus.core.HandshakeException: Response code was not 101: 403. at org.glassfish.tyrus.client.TyrusClientEngine.processResponse(TyrusClientEngine.java:300) at org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleHandshake(GrizzlyClientFilter.java:322) at org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleRead(GrizzlyClientFilter.java:291) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.glassfish.tyrus.test.standard_config.OriginTest Running org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Running org.glassfish.tyrus.test.standard_config.EncodedObjectTest Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 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 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = hello Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 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 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = encoded5 Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.glassfish.tyrus.test.standard_config.EncodedObjectTest Running org.glassfish.tyrus.test.standard_config.BlockingInputTest Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec - in org.glassfish.tyrus.test.standard_config.BlockingInputTest Running org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! STREAMINGCLIENT opened ! Client sending: here Wrapped: Basic Server sending: thank Waiting for the server to process the partial string... Server sending: you Server sending: very Server sending: much Server sending: ! STREAMINGSERVER piece came: here Resuming the client... Client sending: is Waiting for the server to process the partial string... STREAMINGSERVER piece came: is Resuming the client... Client sending: a Waiting for the server to process the partial string... STREAMINGSERVER piece came: a Resuming the client... Client sending: stream. STREAMINGSERVER piece came: stream. STREAMINGSERVER whole message: hereis a stream. STREAMINGCLIENT piece came: thank STREAMINGCLIENT piece came: you STREAMINGCLIENT piece came: very STREAMINGCLIENT piece came: much STREAMINGCLIENT piece came: ! STREAMINGCLIENT received whole message: thank you very much ! Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Running org.glassfish.tyrus.test.standard_config.BufferSizeTest Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.StringEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core.TextBuffer.appendMessagePart(TextBuffer.java:41) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:950) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core.InputStreamBuffer.checkClosedSession(InputStreamBuffer.java:197) at org.glassfish.tyrus.core.InputStreamBuffer.getNextByte(InputStreamBuffer.java:92) at org.glassfish.tyrus.core.BufferedInputStream.read(BufferedInputStream.java:42) at org.glassfish.tyrus.test.standard_config.BufferSizeTest$InputStreamEndpoint.doThat(BufferSizeTest.java:349) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:553) at org.glassfish.tyrus.core.AnnotatedEndpoint.access$100(AnnotatedEndpoint.java:66) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:652) at org.glassfish.tyrus.core.InputStreamBuffer$1.run(InputStreamBuffer.java:158) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core.InputStreamBuffer.appendMessagePart(InputStreamBuffer.java:141) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1033) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ByteArrayEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core.BinaryBuffer.appendMessagePart(BinaryBuffer.java:54) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1053) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core.ReaderBuffer.checkClosedSession(ReaderBuffer.java:195) at org.glassfish.tyrus.core.ReaderBuffer.getNextChars(ReaderBuffer.java:92) at org.glassfish.tyrus.core.BufferedStringReader.read(BufferedStringReader.java:42) at java.base/java.io.Reader.read(Reader.java:210) at org.glassfish.tyrus.test.standard_config.BufferSizeTest$ReaderEndpoint.doThat(BufferSizeTest.java:250) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:553) at org.glassfish.tyrus.core.AnnotatedEndpoint.access$100(AnnotatedEndpoint.java:66) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:652) at org.glassfish.tyrus.core.ReaderBuffer$1.run(ReaderBuffer.java:155) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core.ReaderBuffer.appendMessagePart(ReaderBuffer.java:136) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:930) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:819) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:355) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:191) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.glassfish.tyrus.test.standard_config.BufferSizeTest Running org.glassfish.tyrus.test.standard_config.ProxyTest Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Handle CONNECT start . . . Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Handle CONNECT start . . . Connection to proxy established. Sep 01, 2021 3:57:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.036 sec - in org.glassfish.tyrus.test.standard_config.ProxyTest Running org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) ### Reconnecting... (reconnect count: 2) ### Reconnecting... (reconnect count: 3) Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:51 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 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Running org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Running org.glassfish.tyrus.test.standard_config.MessageHandlersTest Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Sep 01, 2021 3:57:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:51 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 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Sep 01, 2021 3:57:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:53 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 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.159 sec - in org.glassfish.tyrus.test.standard_config.MessageHandlersTest Running org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGBSERVER opened ! STREAMINGBCLIENT opened ! STREAMINGBCLIENT Client sending: here false STREAMINGBCLIENT Client sending: is false STREAMINGBSERVER piece came: here STREAMINGBCLIENT Client sending: a false STREAMINGBCLIENT Client sending: string ! true STREAMINGBSERVER piece came: is STREAMINGBSERVER piece came: a STREAMINGBSERVER piece came: string ! STREAMINGBSERVER whole message: here is a string ! STREAMINGBSERVER Server sending: here STREAMINGBSERVER Server sending: is STREAMINGBCLIENT piece came: here STREAMINGBSERVER Server sending: a STREAMINGBSERVER Server sending: string ! STREAMINGBCLIENT piece came: is STREAMINGBCLIENT piece came: a STREAMINGBCLIENT piece came: string ! STREAMINGBCLIENT received whole message: here is a string ! Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Running org.glassfish.tyrus.test.standard_config.BinaryTest Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.glassfish.tyrus.test.standard_config.BinaryTest Running org.glassfish.tyrus.test.standard_config.ReaderWriterTest Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in org.glassfish.tyrus.test.standard_config.ReaderWriterTest Running org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. BufferedInputStreamServer opened BufferedInputStreamClient opened !! ## BufferedInputStreamClient - binary message sent BufferedInputStreamServer got message: org.glassfish.tyrus.core.BufferedInputStream@66d49768 Server successfully got message: 1234 Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Running org.glassfish.tyrus.test.standard_config.PingPongTest Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "" ### PingPongEndpoint - received pong "" Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "" ### Client - received pong "" Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "ping message client" ### Client - received pong "ping message client" Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "ping message server" ### PingPongEndpoint - received pong "ping message server" Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.glassfish.tyrus.test.standard_config.PingPongTest Running org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest Running org.glassfish.tyrus.test.standard_config.TestHello404 Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.TestHello404 Running org.glassfish.tyrus.test.standard_config.ClientCloseTest Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.test.standard_config.ClientCloseTest Running org.glassfish.tyrus.test.standard_config.HelloTextTest Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 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='2f37a3fd-a849-4943-add7-5058c9aa5cf5', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@d56aaa6, contextPath='/e2e-test', endpointPath=/e2e-test/hellotext, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6972c30a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@57a48985, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1ab6718, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3910fe11, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@460510aa, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@351e414e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6fd77352, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5109e8cf, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3f672204, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@78b41097, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2c2db130, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@327c7bea, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@348d18a3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6c65860d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2d000e80, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7cf283e1, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@20e6c4dc, type=class java.io.InputStream}]}} HELLOCLIENT received: server hello Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.glassfish.tyrus.test.standard_config.HelloTextTest Running org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec - in org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Running org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='55e04479-6e1a-4adb-b79c-4d75ebfb0ca8', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@8ff5094, 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@363f0ba0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@35fb22a9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6c8909c3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1e008f36, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@50acf55d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3cae7b8b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@184dbacc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2aeefcc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@359ff4d9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7a22a3c2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@f4cfd90, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7ae9a33a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@301aa982, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5fc930f0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3701e6e4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@c6634d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@65f58c6e, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='cb4cb9ca-9f60-4fd9-922d-a18565421c17', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@422d4a2e, 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@72fdc0f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6611c265, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@36e21be5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1e365b2d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@67002340, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@feac72f, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@29f1d804, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5321124, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@634e38e1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3a444818, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1d5286ac, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@8fc0f13, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1ae7b7dd, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2fb2811, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@b15b904, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6379abe2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4487b10f, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='3f98fe58-b47e-415a-a693-ff85f45c66f6', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@8ff5094, 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@363f0ba0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@35fb22a9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6c8909c3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1e008f36, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@50acf55d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3cae7b8b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@184dbacc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2aeefcc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@359ff4d9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7a22a3c2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@f4cfd90, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7ae9a33a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@301aa982, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5fc930f0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3701e6e4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@c6634d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@65f58c6e, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='2fceae32-f34b-454c-814e-746de77153b5', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@56a45c70, 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@13a6c8c0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2eff0983, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@227f9abd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@56cc055e, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7389378f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@25ec9b6c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7b98571e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4dc84bc6, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@77c728bf, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3631fad0, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@fa87baf, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@b187e7, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4efdd59e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@77a351eb, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3b1a29b3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@37180f88, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@17697dd0, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='533df5a8-0205-4a61-bf87-db19c88a0cfa', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@8ff5094, 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@363f0ba0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@35fb22a9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6c8909c3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1e008f36, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@50acf55d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3cae7b8b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@184dbacc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2aeefcc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@359ff4d9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7a22a3c2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@f4cfd90, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7ae9a33a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@301aa982, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5fc930f0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3701e6e4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@c6634d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@65f58c6e, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='495f53c6-ab7f-4b0f-8fa1-f0e6426ce01b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@10afff4e, 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@55ad733f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@737debd0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@64b2e4e2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@b8822b5, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@35828c70, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@293dd27b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5adbb64a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@108caa2e, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@31cc5543, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@76a5f70b, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@714b6673, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4636fae, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5756542c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@e92fc62, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@24c07b3d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3b417e14, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5ed3aa64, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='248f5320-6087-4f97-8973-1e6090aa726e', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@8ff5094, 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@363f0ba0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@35fb22a9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6c8909c3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1e008f36, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@50acf55d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3cae7b8b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@184dbacc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2aeefcc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@359ff4d9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7a22a3c2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@f4cfd90, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7ae9a33a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@301aa982, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5fc930f0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3701e6e4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@c6634d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@65f58c6e, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='5df29616-831c-4a8a-b08a-15611114c77d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@34baca38, 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@71b852cb, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5adbe555, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@40036426, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@228a8d14, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1197ad84, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@146313ae, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4f1a6750, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@398ea18a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@15d9d0b2, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@192b5fc4, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5978b56, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4959f89f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@125eed46, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@514845b6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@683ca9f2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6e27396a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@bf6cd35, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='bc7b9c48-faa4-45c5-9efc-b5298b0efe2f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@8ff5094, 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@363f0ba0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@35fb22a9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6c8909c3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1e008f36, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@50acf55d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3cae7b8b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@184dbacc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2aeefcc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@359ff4d9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7a22a3c2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@f4cfd90, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7ae9a33a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@301aa982, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5fc930f0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3701e6e4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@c6634d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@65f58c6e, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='74732f50-9d9e-4959-ac60-9b1b91e6c1de', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$3@a29cab9, 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@5694ccc2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3be90642, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2ebe5e9a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6a0635f6, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1a0416a8, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@69acc8bc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@35ba119d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6e482b59, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5443d16e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5b251a72, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3e76ce72, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@11cb2806, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5b4943f0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@284c3461, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@20417a44, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6882fd52, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@79c57571, type=class java.io.InputStream}]}} Sep 01, 2021 3:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 sec - in org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Running org.glassfish.tyrus.test.standard_config.HeartbeatTest Sep 01, 2021 3:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Sep 01, 2021 3:57:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Sep 01, 2021 3:57:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Sep 01, 2021 3:57:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:57:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Sep 01, 2021 3:57:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:57:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.227 sec - in org.glassfish.tyrus.test.standard_config.HeartbeatTest Running org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Sep 01, 2021 3:57:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:57:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Sep 01, 2021 3:57:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:57:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. pool-14-thread-1 <0, 143) pool-14-thread-2 <143, 286) pool-14-thread-3 <286, 429) pool-14-thread-4 <429, 572) pool-14-thread-5 <572, 715) pool-14-thread-6 <715, 858) pool-14-thread-7 <858, 1000) Received messages: 1000/1000 Sep 01, 2021 3:58:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Sep 01, 2021 3:58:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 01, 2021 3:58:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Sep 01, 2021 3:58:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 01, 2021 3:58:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Sep 01, 2021 3:58:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 01, 2021 3:58:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Sep 01, 2021 3:58:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.483 sec - in org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Running org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Running org.glassfish.tyrus.test.standard_config.SubProtocolTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.glassfish.tyrus.test.standard_config.SubProtocolTest Running org.glassfish.tyrus.test.standard_config.RemoteTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.glassfish.tyrus.test.standard_config.RemoteTest Running org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Running org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Running org.glassfish.tyrus.test.standard_config.HandshakeTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 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 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.tyrus.test.standard_config.HandshakeTest Running org.glassfish.tyrus.test.standard_config.HelloBinaryTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 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 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.glassfish.tyrus.test.standard_config.HelloBinaryTest Running org.glassfish.tyrus.test.standard_config.JsonTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: {"REPLY":"Danny"} Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.glassfish.tyrus.test.standard_config.JsonTest Running org.glassfish.tyrus.test.standard_config.PartialBinaryTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.glassfish.tyrus.test.standard_config.PartialBinaryTest Running org.glassfish.tyrus.test.standard_config.ClientTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 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 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.ClientTest Running org.glassfish.tyrus.test.standard_config.DecodedObjectTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 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 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 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 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 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 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.glassfish.tyrus.test.standard_config.DecodedObjectTest Running org.glassfish.tyrus.test.standard_config.ExtensionsTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.glassfish.tyrus.test.standard_config.ExtensionsTest Running org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Running org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Running org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 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 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Running org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 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 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Running org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Sep 01, 2021 3:58:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Sep 01, 2021 3:58:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Sep 01, 2021 3:58:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Sep 01, 2021 3:58:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Message received: Nothing Message received: Nothing Message received: Nothing Client message received Sep 01, 2021 3:58:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Sep 01, 2021 3:58:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. 1630511898836### !closed CloseReason[1006,Closed abnormally.] Sep 01, 2021 3:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Sep 01, 2021 3:58:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.151 sec - in org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Running org.glassfish.tyrus.test.standard_config.Tyrus203Test 1630511902841### !closed CloseReason[1006,Closed abnormally.] Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 29b456d5-b435-4a9a-a246-b7cf70662e7e Client2 @OnMessage -> second:test 9d7015bc-1d8b-44db-a109-126f49e8c24e Client1 @OnMessage -> first:test Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.glassfish.tyrus.test.standard_config.Tyrus203Test Running org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Running org.glassfish.tyrus.test.standard_config.BroadcasterTest Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.glassfish.tyrus.test.standard_config.BroadcasterTest Running org.glassfish.tyrus.test.standard_config.HostVerificationTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.002 sec - in org.glassfish.tyrus.test.standard_config.HostVerificationTest Results : Tests run: 185, Failures: 0, Errors: 0, Skipped: 6 [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.0.1-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-stdconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.1.0-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/standard-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.1.0-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.1.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jdk8 >----------- [INFO] Building Tyrus End-to-End Java 8 Tests 2.1.0-SNAPSHOT [41/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-jdk8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-jdk8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-e2e-jdk8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-jdk8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-e2e-jdk8 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Sep 01, 2021 3:58:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:58:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:24 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 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 sec - in org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Running org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Sep 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:58:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:24 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 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:58:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:24 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 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Running org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Sep 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:58:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:24 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 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:58:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:24 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 01, 2021 3:58:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Results : Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-jdk8 --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.1.0-SNAPSHOT/tyrus-tests-e2e-jdk8-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jdk8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.1.0-SNAPSHOT/tyrus-tests-e2e-jdk8-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jetty >----------- [INFO] Building Tyrus End-to-End Tests running on Jetty 2.1.0-SNAPSHOT [42/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-jetty --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-jetty --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.1.0-SNAPSHOT/tyrus-tests-e2e-jetty-2.1.0-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-basic >-------- [INFO] Building Tyrus End-to-End Basic Auth Tests 2.1.0-SNAPSHOT [43/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-auth-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-basic <<< [INFO] [INFO] [INFO] --- jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) @ tyrus-tests-e2e-auth-basic --- [INFO] Logging initialized @158894ms [INFO] Configuring Jetty for project: Tyrus End-to-End Basic Auth Tests [INFO] webAppSourceDirectory not set. Trying src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp [INFO] jetty-9.2.1.v20140609 [INFO] Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation. [WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@4df0c915{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/} has uncovered http methods for path: /* [INFO] Started o.e.j.m.p.JettyWebAppContext@4df0c915{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,AVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/} [WARNING] !RequestLog [INFO] Started ServerConnector@1d480602{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @159207ms [INFO] Started Jetty Server [INFO] [INFO] --- maven-surefire-plugin:2.17: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@1d480602{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@4df0c915{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-auth-basic --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.1.0-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.1.0-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-digest >-------- [INFO] Building Tyrus End-to-End Digest Auth Tests 2.1.0-SNAPSHOT [44/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-e2e-auth-digest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-digest <<< [INFO] [INFO] [INFO] --- jetty-maven-plugin:9.2.1.v20140609:start (start-jetty) @ tyrus-tests-e2e-auth-digest --- [INFO] Configuring Jetty for project: Tyrus End-to-End Digest Auth Tests [INFO] webAppSourceDirectory not set. Trying src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp [INFO] jetty-9.2.1.v20140609 [INFO] Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation. [WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@6016dafa{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/} has uncovered http methods for path: /* [INFO] Started o.e.j.m.p.JettyWebAppContext@6016dafa{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,AVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/} [WARNING] !RequestLog [INFO] Started ServerConnector@3098d3ff{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @159898ms [INFO] Started Jetty Server [INFO] [INFO] --- maven-surefire-plugin:2.17: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@3098d3ff{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@6016dafa{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-e2e-auth-digest --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.1.0-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.1.0-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-project >---- [INFO] Building Tyrus Server Integration Tests 2.1.0-SNAPSHOT [45/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.1.0-SNAPSHOT/tyrus-tests-servlet-project-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-async >----- [INFO] Building Tyrus Servlet Async Tests 2.1.0-SNAPSHOT [46/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-async --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/async/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-async --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Sep 01, 2021 3:58:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:58:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:58:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 sec - in org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Running org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Sep 01, 2021 3:58:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:58:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:58:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec - in org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Running org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Sep 01, 2021 3:58:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:58:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:58:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-async --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.0-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.0.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.1.0-SNAPSHOT/tyrus-tests-servlet-async-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.1.0-SNAPSHOT/tyrus-tests-servlet-async-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.1.0-SNAPSHOT/tyrus-tests-servlet-async-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-autobahn-server >-- [INFO] Building Tyrus Autobahn Echo Server 2.1.0-SNAPSHOT [47/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/autobahn-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-autobahn-server --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-autobahn-server] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-autobahn-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.1.0-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.1.0-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-basic >----- [INFO] Building Tyrus Servlet Basic Tests 2.1.0-SNAPSHOT [48/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-basic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/basic/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-basic --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.basic.WssServletTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 0.119 sec - in org.glassfish.tyrus.tests.servlet.basic.WssServletTest Running org.glassfish.tyrus.tests.servlet.basic.WsServletTest Sep 01, 2021 3:58:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:58:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:58:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:58:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58: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. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 642 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 633 ### 631 ### 630 ### 629 ### 628 ### 631 ### 626 ### 625 ### 640 ### 623 ### 622 ### 621 ### 621 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 604 ### 602 ### 602 ### 600 ### 599 ### 598 ### 598 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 588 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 582 ### 580 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 572 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 546 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 533 ### 533 ### 529 ### 528 ### 527 ### 526 ### 525 ### 525 ### 523 ### 522 ### 522 ### 520 ### 520 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 514 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 495 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 460 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 450 ### 450 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 432 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 424 ### 422 ### 421 ### 432 ### 428 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 417 ### 408 ### 402 ### 401 ### 400 ### 399 ### 410 ### 397 ### 396 ### 395 ### 394 ### 410 ### 412 ### 400 ### 390 ### 389 ### 388 ### 387 ### 402 ### 386 ### 384 ### 386 ### 386 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 386 ### 386 ### 386 ### 386 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 386 ### 386 ### 386 ### 386 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 352 ### 350 ### 349 ### 349 ### 347 ### 346 ### 386 ### 386 ### 386 ### 386 ### 386 ### 340 ### 339 ### 338 ### 337 ### 336 ### 336 ### 362 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 362 ### 377 ### 381 ### 326 ### 318 ### 318 ### 340 ### 315 ### 315 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 297 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 273 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 270 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 249 ### 247 ### 246 ### 258 ### 244 ### 243 ### 242 ### 241 ### 241 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 233 ### 234 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 222 ### 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 ### 190 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 175 ### 173 ### 172 ### 171 ### 170 ### 169 ### 169 ### 167 ### 166 ### 166 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 151 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 144 ### 144 ### 141 ### 141 ### 139 ### 138 ### 139 ### 136 ### 136 ### 134 ### 133 ### 132 ### 131 ### 130 ### 130 ### 128 ### 127 ### 127 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 113 ### 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 ### 58 ### 56 ### 56 ### 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 ### 23 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 16 ### 17 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 2087 Sep 01, 2021 3:58:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:58:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 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 ### 683 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 524 ### 522 ### 521 ### 520 ### 519 ### 518 ### 518 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 510 ### 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 ### 471 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 455 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 439 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 423 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 400 ### 397 ### 396 ### 395 ### 395 ### 393 ### 395 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 359 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 348 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 255 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 243 ### 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 ### 202 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 187 ### 186 ### 183 ### 182 ### 181 ### 180 ### 180 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 161 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 140 ### 138 ### 138 ### 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 ***** Tyrus broadcast - text ***** 3311 Sep 01, 2021 3:58:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:58:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58: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. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 638 ### 638 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 615 ### 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 ### 541 ### 541 ### 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 ### 463 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 451 ### 449 ### 448 ### 448 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 441 ### 439 ### 438 ### 439 ### 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 ### 388 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 350 ### 350 ### 347 ### 346 ### 345 ### 344 ### 343 ### 343 ### 343 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 333 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 323 ### 322 ### 322 ### 322 ### 322 ### 322 ### 322 ### 322 ### 322 ### 322 ### 322 ### 322 ### 322 ### 322 ### 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 ### 266 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 253 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 236 ### 231 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 204 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 164 ### 157 ### 157 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 147 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 125 ### 123 ### 122 ### 121 ### 121 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 80 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 80 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 60 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 42 ### 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 ### 16 ### 13 ### 12 ### 12 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 2883 Sep 01, 2021 3:58:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:58:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:58:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:58:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:58:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58: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. ### 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 ### 743 ### 742 ### 741 ### 740 ### 739 ### 744 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 523 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 448 ### 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 ### 406 ### 406 ### 404 ### 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 ### 371 ### 371 ### 370 ### 368 ### 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 ### 296 ### 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 ### 233 ### 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 ### 105 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 96 ### 97 ### 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 ### 25 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 3 ### 3 ### 2 ### 1 ### 0 ***** WebSocket broadcast ***** 3693 Sep 01, 2021 3:58:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:58:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Sep 01, 2021 3:58:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 430 ### 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 ### 392 ### 391 ### 389 ### 388 ### 387 ### 392 ### 386 ### 389 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 308 ### 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 ### 243 ### 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 ### 67 ### 66 ### 67 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 47 ### 46 ### 47 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 35 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 22 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 10 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ### 0 ***** WebSocket broadcast ***** 3849 Sep 01, 2021 3:58:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Sep 01, 2021 3:58:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Sep 01, 2021 3:58:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Sep 01, 2021 3:58:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 463 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 452 ### 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 ### 420 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 402 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 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 ### 329 ### 327 ### 327 ### 326 ### 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 ### 290 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 282 ### 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 ### 255 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 243 ### 243 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 217 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 204 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 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 ### 154 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 134 ### 132 ### 132 ### 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 ### 83 ### 81 ### 80 ### 79 ### 78 ### 78 ### 76 ### 75 ### 74 ### 73 ### 73 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 33 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 19 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 1597 Sep 01, 2021 3:58:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Sep 01, 2021 3:58:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Sep 01, 2021 3:58:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.086 sec - in org.glassfish.tyrus.tests.servlet.basic.WsServletTest Results : Tests run: 32, Failures: 0, Errors: 0, Skipped: 16 [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.0.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.0-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.0.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.1.0-SNAPSHOT/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.1.0-SNAPSHOT/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.1.0-SNAPSHOT/tyrus-tests-servlet-basic-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-dynamic-deploy >-- [INFO] Building Tyrus Servlet Dynamic Deploy Test 2.1.0-SNAPSHOT [49/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/dynamic-deploy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest Results : Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-dynamic-deploy] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.1.0-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.1.0-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-noappconfig >-- [INFO] Building Tyrus Servlet No App Config 2.1.0-SNAPSHOT [50/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-noappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-noappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/noappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-servlet-noappconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest Sep 01, 2021 3:58:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:58:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/noappconfig-test/one Sep 01, 2021 3:58:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:58:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 sec - in org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-noappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.0-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.0.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-oneappconfig >-- [INFO] Building Tyrus Servlet One App Config 2.1.0-SNAPSHOT [51/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/oneappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-servlet-oneappconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Sep 01, 2021 3:58:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:58:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:58:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 sec - in org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.0-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.0.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-remote >---- [INFO] Building Tyrus Servlet RemoteEndpoint Timeout 2.1.0-SNAPSHOT [52/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-remote --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-servlet-remote --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 sec - in org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [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.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.0-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.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.1.0-SNAPSHOT/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.1.0-SNAPSHOT/tyrus-tests-servlet-remote-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-session >---- [INFO] Building Tyrus Servlet Session Closing 2.1.0-SNAPSHOT [53/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-session --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-session --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/session/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionIdleTimeoutTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionIdleTimeoutTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-session --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Sep 01, 2021 3:58:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:58:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Sep 01, 2021 3:58:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:58:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:58:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:58:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:58:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:58:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:58:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:59:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Sep 01, 2021 3:59:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:59:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:02 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.119 sec - in org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Running org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest Sep 01, 2021 3:59:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:59:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Exception in thread "Timer-3" java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:514) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.tests.servlet.session.IdleTimeoutSendingPingEndpoint$1.run(IdleTimeoutSendingPingEndpoint.java:49) at java.base/java.util.TimerThread.mainLoop(Timer.java:556) at java.base/java.util.TimerThread.run(Timer.java:506) Sep 01, 2021 3:59:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:59:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.246 sec - in org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest Results : Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-session --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.0-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.0.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.1.0-SNAPSHOT/tyrus-tests-servlet-session-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.1.0-SNAPSHOT/tyrus-tests-servlet-session-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.1.0-SNAPSHOT/tyrus-tests-servlet-session-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet.twoappconfig:tyrus-tests-servlet-twoappconfig >-- [INFO] Building Tyrus Servlet Two App Config 2.1.0-SNAPSHOT [54/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/twoappconfig/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-servlet-twoappconfig --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest Sep 01, 2021 3:59:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:59:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:59:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 sec - in org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.0-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.0.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.1.0-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-mbean-test >-- [INFO] Building Tyrus Servlet Monitoring Test 2.1.0-SNAPSHOT [55/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-mbean-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/mbean/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-mbean-test --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.MBeanTest Sep 01, 2021 3:59:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:59:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 sec - in org.glassfish.tyrus.tests.servlet.MBeanTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-mbean-test --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.1.0-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.1.0-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.1.0-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-inject >---- [INFO] Building Tyrus Servlet Inject Test 2.1.0-SNAPSHOT [56/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-inject --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-inject --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/inject/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-inject --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.0-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.0.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.1.0-SNAPSHOT/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.1.0-SNAPSHOT/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.1.0-SNAPSHOT/tyrus-tests-servlet-inject-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-app >-- [INFO] Building Tyrus Servlet Max Sessions Per App Tests 2.1.0-SNAPSHOT [57/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/maxsessions-per-app/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Sep 01, 2021 3:59:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:59:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:15 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. 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 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. 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 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 01, 2021 3:59:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:59:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:17 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 01, 2021 3:59:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.172 sec - in org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.1.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.1.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-remoteaddr >-- [INFO] Building Tyrus Servlet Max Sessions Per Remote Addr Tests 2.1.0-SNAPSHOT [58/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/test-classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.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:2.17:test (default-test) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Sep 01, 2021 3:59:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2Client-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. 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. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== Sep 01, 2021 3:59:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Sep 01, 2021 3:59:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:19 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 01, 2021 3:59:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.121 sec - in org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.1.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.1.0-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-debug >----- [INFO] Building Tyrus Debug Debug Samples 2.1.0-SNAPSHOT [59/65] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-tests-servlet-debug --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-tests-servlet-debug --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-tests-servlet-debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-tests-servlet-debug --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-tests-servlet-debug --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:59:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: RBEP7PKRlg+9N2620QbddA== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: Segment "a" does not match Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0cc176cd-9324-43d2-bd7a-803203280fb5 [1 ms]: Endpoints matched to the request URI: [] Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session e506dfb1-5830-443f-ac9b-cdbb4b6d45a2 [10 ms]: Redirect enabled: false Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e506dfb1-5830-443f-ac9b-cdbb4b6d45a2 [14 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: RBEP7PKRlg+9N2620QbddA== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e506dfb1-5830-443f-ac9b-cdbb4b6d45a2 [80 ms]: Received handshake response: < 404 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-01: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-03: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a < x-tyrus-tracing-05: [0 ms] Segment "a" does not match < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-07: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length < x-tyrus-tracing-08: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-09: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length < x-tyrus-tracing-10: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-11: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length < x-tyrus-tracing-12: [1 ms] Endpoints matched to the request URI: [] Sep 01, 2021 3:59:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. > Session 5c9c4116-c1e9-4cde-888d-6c07d54cd70e [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: oKewc+uWJa4ihAelQ5pn5w== > Sec-WebSocket-Version: 13 > Upgrade: websocket < Session 5c9c4116-c1e9-4cde-888d-6c07d54cd70e [5 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: F0xVUKGxDA/2QyP6gg7CHg2JXe0= < upgrade: websocket Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:59:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 2m5ARdCatJeKSWxoj4HPfA== < sec-websocket-version: 13 < upgrade: websocket Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: Segment "a" does not match Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 576c3aac-4fac-4bae-bded-9826b0040b44 [0 ms]: Endpoints matched to the request URI: [] Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 37620c88-6d97-4186-85f2-e4b22f332527 [0 ms]: Redirect enabled: false Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 37620c88-6d97-4186-85f2-e4b22f332527 [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: 2m5ARdCatJeKSWxoj4HPfA== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 37620c88-6d97-4186-85f2-e4b22f332527 [7 ms]: Received handshake response: < 404 Sep 01, 2021 3:59:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:59:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: /c5/tHtkL12oE3HZXeaJTg== < sec-websocket-version: 13 < upgrade: websocket Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session c54f85bd-fa10-45ad-ae3e-7a2696c6e7e5 [0 ms]: Redirect enabled: false Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Segment "a" does not match Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session c54f85bd-fa10-45ad-ae3e-7a2696c6e7e5 [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: /c5/tHtkL12oE3HZXeaJTg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c54f85bd-fa10-45ad-ae3e-7a2696c6e7e5 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: qcbdMkvkKIWxE5Dy4pXuJ/E/v1s= < upgrade: websocket Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session c54f85bd-fa10-45ad-ae3e-7a2696c6e7e5 [5 ms]: Incoming buffer size: 4194315 Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [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 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Using negotiated subprotocol: null Sep 01, 2021 3:59:23 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session b9c6dc62-e0b1-4e64-9151-a44236f5cc90 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: qcbdMkvkKIWxE5Dy4pXuJ/E/v1s= > Upgrade: websocket Sep 01, 2021 3:59:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:59:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$EchoEndpoint Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ebeca3a4-aec0-4168-b617-3567a1a945eb [0 ms]: Received handshake request: < GET /samples-debug/endpoint/echo < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 9KWTXTAr8IDCcwSVMSjQHw== < sec-websocket-version: 13 < upgrade: websocket Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ebeca3a4-aec0-4168-b617-3567a1a945eb [0 ms]: Matching request URI /samples-debug/endpoint/echo against /samples-debug/endpoint/echo Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ebeca3a4-aec0-4168-b617-3567a1a945eb [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/echo] Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d0715d0a-5e06-45ee-ba2f-33f202633336 [0 ms]: Redirect enabled: false Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ebeca3a4-aec0-4168-b617-3567a1a945eb [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/echo Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session d0715d0a-5e06-45ee-ba2f-33f202633336 [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: 9KWTXTAr8IDCcwSVMSjQHw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session ebeca3a4-aec0-4168-b617-3567a1a945eb [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d0715d0a-5e06-45ee-ba2f-33f202633336 [8 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: L9+fxRxBxNdv8g6WTbwey7e69Ys= < upgrade: websocket Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session ebeca3a4-aec0-4168-b617-3567a1a945eb [0 ms]: Using negotiated subprotocol: null Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session ebeca3a4-aec0-4168-b617-3567a1a945eb [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: L9+fxRxBxNdv8g6WTbwey7e69Ys= > Upgrade: websocket Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ebeca3a4-aec0-4168-b617-3567a1a945eb [3 ms]: Received text message Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session d0715d0a-5e06-45ee-ba2f-33f202633336 [11 ms]: Incoming buffer size: 4194315 Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ebeca3a4-aec0-4168-b617-3567a1a945eb [4 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@48075da3, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@68c9133c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7a35b0f5, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5e2c3d18, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2cb4893b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@cc43f62, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5b218417, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@645aa696, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6caf0677, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@273444fe, type=class java.io.Reader}] Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ebeca3a4-aec0-4168-b617-3567a1a945eb [5 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6caf0677, type=class java.lang.String} Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session d0715d0a-5e06-45ee-ba2f-33f202633336 [13 ms]: Received text message Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ebeca3a4-aec0-4168-b617-3567a1a945eb [6 ms]: Received binary message Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session d0715d0a-5e06-45ee-ba2f-33f202633336 [14 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@36afb2d3, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@73ad2a62, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@71b56f75, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@42141bf2, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@9e60049, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1382d52d, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4996deef, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2bbf87a4, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@12e22ed2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@17ccaa1e, type=class java.io.Reader}] Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session d0715d0a-5e06-45ee-ba2f-33f202633336 [14 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@12e22ed2, type=class java.lang.String} Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ebeca3a4-aec0-4168-b617-3567a1a945eb [7 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@413d1baf, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@16eb3ea3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@33bc72d1, type=class java.io.InputStream}] Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ebeca3a4-aec0-4168-b617-3567a1a945eb [7 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@413d1baf, type=class java.nio.ByteBuffer} Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session d0715d0a-5e06-45ee-ba2f-33f202633336 [16 ms]: Received binary message Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session d0715d0a-5e06-45ee-ba2f-33f202633336 [16 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7180f72b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4abdd2d7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@683c1b9, type=class java.io.InputStream}] Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session d0715d0a-5e06-45ee-ba2f-33f202633336 [17 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7180f72b, type=class java.nio.ByteBuffer} Sep 01, 2021 3:59:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Sep 01, 2021 3:59:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Sep 01, 2021 3:59:25 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 200705b4-4aba-46b8-80e3-06beb1880875 [0 ms]: Redirect enabled: false Sep 01, 2021 3:59:25 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 200705b4-4aba-46b8-80e3-06beb1880875 [0 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: zHyMDE4+o+yu3uEoitUbww== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 01, 2021 3:59:25 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 200705b4-4aba-46b8-80e3-06beb1880875 [3 ms]: Received handshake response: < 401 < upgrade: websocket < www-authenticate: Basic realm="my realm" Sep 01, 2021 3:59:25 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 200705b4-4aba-46b8-80e3-06beb1880875 [4 ms]: Using authentication config: AuthConfig{Basic->org.glassfish.tyrus.client.auth.BasicAuthenticator, Digest->org.glassfish.tyrus.client.auth.DigestAuthenticator} Sep 01, 2021 3:59:25 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 200705b4-4aba-46b8-80e3-06beb1880875 [4 ms]: Using authentication scheme: Basic Sep 01, 2021 3:59:25 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 200705b4-4aba-46b8-80e3-06beb1880875 [5 ms]: Using authenticator: org.glassfish.tyrus.client.auth.BasicAuthenticator Sep 01, 2021 3:59:25 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 200705b4-4aba-46b8-80e3-06beb1880875 [5 ms]: Using credentials: Credentials{username: Petr, password: *****} Sep 01, 2021 3:59:25 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 200705b4-4aba-46b8-80e3-06beb1880875 [5 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Authorization: ***** > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: zHyMDE4+o+yu3uEoitUbww== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 01, 2021 3:59:25 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 200705b4-4aba-46b8-80e3-06beb1880875 [8 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 0tem6xZOMJUyFhH6tcd8w92k+JE= < upgrade: websocket Sep 01, 2021 3:59:25 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 200705b4-4aba-46b8-80e3-06beb1880875 [10 ms]: Incoming buffer size: 4194315 Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:59:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: bLwM/G52OxIuTsi8AKeQDg== < sec-websocket-version: 12 < upgrade: websocket Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Segment "a" does not match Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [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 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Upgrade request contains unsupported version of Websocket protocol Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 1a8bdf6b-f129-46c2-bc9c-25116daa11fc [0 ms]: Sending handshake response: > 426 > Sec-WebSocket-Version: 13 Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 340cc405-70e0-4bf7-a882-7452a1d57b01 [0 ms]: Redirect enabled: false Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 340cc405-70e0-4bf7-a882-7452a1d57b01 [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: bLwM/G52OxIuTsi8AKeQDg== > Sec-WebSocket-Version: 12 > Upgrade: websocket Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 340cc405-70e0-4bf7-a882-7452a1d57b01 [7 ms]: Received handshake response: < 426 < sec-websocket-version: 13 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{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] 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 01, 2021 3:59:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:59:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: SuJ4FGxZVF+Is5bklXL00w== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session e82735c4-c37a-41d4-a1c8-0003c0b05f84 [0 ms]: Redirect enabled: false Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e82735c4-c37a-41d4-a1c8-0003c0b05f84 [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: SuJ4FGxZVF+Is5bklXL00w== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e82735c4-c37a-41d4-a1c8-0003c0b05f84 [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 6IS6r/LaEzRaFXq4gSZfMAw6o0c= < 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 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Segment "a" does not match Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session e82735c4-c37a-41d4-a1c8-0003c0b05f84 [5 ms]: Incoming buffer size: 4194315 Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [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 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Using negotiated subprotocol: null Sep 01, 2021 3:59:27 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session d0ae7949-7622-4808-be66-5e492dbbe7f4 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: 6IS6r/LaEzRaFXq4gSZfMAw6o0c= > Upgrade: websocket Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:59:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: rfntevhabwJPAmPn5GuUrw== < sec-websocket-version: 13 < upgrade: websocket Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 963d0ede-801f-484d-a58a-c2336e9e3640 [0 ms]: Redirect enabled: false Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Segment "a" does not match Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 963d0ede-801f-484d-a58a-c2336e9e3640 [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: rfntevhabwJPAmPn5GuUrw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 963d0ede-801f-484d-a58a-c2336e9e3640 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: wdQuKbRA+bBReWW2r2t5OR4KQDE= < upgrade: websocket Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 963d0ede-801f-484d-a58a-c2336e9e3640 [4 ms]: Incoming buffer size: 4194315 Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [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 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Using negotiated subprotocol: null Sep 01, 2021 3:59:28 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session d9794375-815a-4b57-bf2d-dfc50559c9b8 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: wdQuKbRA+bBReWW2r2t5OR4KQDE= > Upgrade: websocket Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Sep 01, 2021 3:59:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: mKF7RojxuGp5DIPQgV8LvA== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Segment "a" does not match Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 07501ea4-83e3-4204-8a8f-eeb118f25c95 [0 ms]: Redirect enabled: false Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: /samples-debug/endpoint/a/b is an exact match Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 07501ea4-83e3-4204-8a8f-eeb118f25c95 [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: mKF7RojxuGp5DIPQgV8LvA== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 07501ea4-83e3-4204-8a8f-eeb118f25c95 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: T8dU7pAcQU8r5aSDdtKpEOFEqPI= < 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 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 07501ea4-83e3-4204-8a8f-eeb118f25c95 [5 ms]: Incoming buffer size: 4194315 Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Sep 01, 2021 3:59:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [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 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Using negotiated subprotocol: null Sep 01, 2021 3:59:29 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 61094ffb-c177-4ae3-ab4f-d00122a1553c [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: T8dU7pAcQU8r5aSDdtKpEOFEqPI= > Upgrade: websocket Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.623 sec - in org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest Results : Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [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.0.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.0-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-debug --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-tests-servlet-debug --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.1.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.1.0-SNAPSHOT/tyrus-tests-servlet-debug-2.1.0-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/tests/servlet/debug/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.1.0-SNAPSHOT/tyrus-tests-servlet-debug-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-bundles >-------------- [INFO] Building Tyrus Bundles 2.1.0-SNAPSHOT [60/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-bundles --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-bundles --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-bundles --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-bundles --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.1.0-SNAPSHOT/tyrus-bundles-2.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-samples >-------------- [INFO] Building Tyrus Samples Bundle 2.1.0-SNAPSHOT [61/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-samples --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-samples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (unpack-examples) @ tyrus-samples --- [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/draw/target/tyrus-sample-draw-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/auction/target/tyrus-sample-auction-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/echo/target/tyrus-sample-echo-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/samples/chat/target/tyrus-sample-chat-2.1.0-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "" [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ tyrus-samples --- [INFO] Reading assembly descriptor: src/main/assembly/examples-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/tyrus-samples-all.zip [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-samples --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tyrus-samples --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.1.0-SNAPSHOT/tyrus-samples-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/samples/target/tyrus-samples-all.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.1.0-SNAPSHOT/tyrus-samples-2.1.0-SNAPSHOT-all.zip [INFO] [INFO] --------< org.glassfish.tyrus.bundles:tyrus-standalone-client >--------- [INFO] Building Tyrus Standalone Client 2.1.0-SNAPSHOT [62/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-standalone-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-standalone-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-standalone-client --- [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ tyrus-standalone-client --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-framework:sources:3.0.0:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http-server:sources:3.0.0:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http:sources:3.0.0:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/tyrus-core-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/tyrus-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/tyrus-spi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.0/grizzly-framework-3.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.0/grizzly-http-server-3.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.0/grizzly-http-3.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-standalone-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-standalone-client --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ tyrus-standalone-client --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.0.0 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:3.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:3.0.0 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.0.0 in the shaded jar. [WARNING] jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar define 45 overlappping classes: [WARNING] - jakarta.websocket.Decoder [WARNING] - jakarta.websocket.WebSocketContainer [WARNING] - jakarta.websocket.PongMessage [WARNING] - jakarta.websocket.CloseReason$CloseCodes [WARNING] - jakarta.websocket.MessageHandler$Partial [WARNING] - jakarta.websocket.Encoder$TextStream [WARNING] - jakarta.websocket.DefaultClientEndpointConfig [WARNING] - jakarta.websocket.RemoteEndpoint$Async [WARNING] - jakarta.websocket.SendHandler [WARNING] - jakarta.websocket.ClientEndpoint [WARNING] - 35 more... [WARNING] jakarta.xml.bind-api-3.0.1.jar, jakarta.activation-2.0.1.jar define 1 overlappping classes: [WARNING] - module-info [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/client-bundle-sources added. [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (default) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.0-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.0.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.1.0-SNAPSHOT/tyrus-standalone-client-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.1.0-SNAPSHOT/tyrus-standalone-client-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client/target/tyrus-standalone-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.1.0-SNAPSHOT/tyrus-standalone-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk >------- [INFO] Building Tyrus Standalone Client - JDK 2.1.0-SNAPSHOT [63/65] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ tyrus-standalone-client-jdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ tyrus-standalone-client-jdk --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-jdk-client:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.1.0-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/tyrus-core-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/tyrus-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/tyrus-spi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tyrus-standalone-client-jdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tyrus-standalone-client-jdk --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tyrus-standalone-client-jdk --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ tyrus-standalone-client-jdk --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.0.0 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-jdk-client:jar:2.1.0-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.0.0 in the shaded jar. [WARNING] jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar define 45 overlappping classes: [WARNING] - jakarta.websocket.Decoder [WARNING] - jakarta.websocket.WebSocketContainer [WARNING] - jakarta.websocket.PongMessage [WARNING] - jakarta.websocket.CloseReason$CloseCodes [WARNING] - jakarta.websocket.MessageHandler$Partial [WARNING] - jakarta.websocket.Encoder$TextStream [WARNING] - jakarta.websocket.DefaultClientEndpointConfig [WARNING] - jakarta.websocket.RemoteEndpoint$Async [WARNING] - jakarta.websocket.SendHandler [WARNING] - jakarta.websocket.ClientEndpoint [WARNING] - 35 more... [WARNING] jakarta.xml.bind-api-3.0.1.jar, jakarta.activation-2.0.1.jar define 1 overlappping classes: [WARNING] - module-info [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ tyrus-standalone-client-jdk --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/client-bundle-sources added. [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (default) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tyrus-standalone-client-jdk --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.0-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.0.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.1.0-SNAPSHOT/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.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.0-SNAPSHOT/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.1.0-SNAPSHOT/tyrus-standalone-client-jdk-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-archive >---------- [INFO] Building Tyrus Websocket RI Archive 2.1.0-SNAPSHOT [64/65] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ websocket-ri-archive --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ websocket-ri-archive --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ websocket-ri-archive --- [INFO] Copying tyrus-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-client-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar [INFO] Copying jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.transaction-api-2.0.0.jar [INFO] Copying jakarta.xml.bind-api-3.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.xml.bind-api-3.0.1.jar [INFO] Copying jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.interceptor-api-2.0.0.jar [INFO] Copying jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.el-api-4.0.0.jar [INFO] Copying grizzly-http-server-3.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-http-server-3.0.0.jar [INFO] Copying jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.cdi-api-3.0.0.jar [INFO] Copying jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-api-2.0.0.jar [INFO] Copying jakarta.activation-2.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.activation-2.0.1.jar [INFO] Copying jakarta.annotation-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.annotation-api-2.0.0.jar [INFO] Copying tyrus-spi-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-spi-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-core-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-core-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-server-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-server-2.1.0-SNAPSHOT.jar [INFO] Copying grizzly-http-3.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-http-3.0.0.jar [INFO] Copying tyrus-container-servlet-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-servlet-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar [INFO] Copying jakarta.ejb-api-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.ejb-api-4.0.0.jar [INFO] Copying jakarta.inject-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.inject-api-2.0.0.jar [INFO] Copying grizzly-framework-3.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-framework-3.0.0.jar [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (copy) @ websocket-ri-archive --- [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.1.0-SNAPSHOT:jar [INFO] Copying tyrus-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-client-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-server-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-server-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-core-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-core-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-grizzly-client-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-container-servlet-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-servlet-2.1.0-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-spi-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:2.2-beta-5:attached (make-assembly) @ websocket-ri-archive --- [INFO] Reading assembly descriptor: src/main/assembly/archive.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.0-SNAPSHOT.zip [INFO] Building tar : /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.0-SNAPSHOT.tar.gz [INFO] Building tar : /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.0-SNAPSHOT.tar.bz2 [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ websocket-ri-archive --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ websocket-ri-archive --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.0-SNAPSHOT/websocket-ri-archive-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.0-SNAPSHOT/websocket-ri-archive-2.1.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.0-SNAPSHOT.tar.gz to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.0-SNAPSHOT/websocket-ri-archive-2.1.0-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.1.0-SNAPSHOT.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.1.0-SNAPSHOT/websocket-ri-archive-2.1.0-SNAPSHOT.tar.bz2 [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-bundle >----------- [INFO] Building Tyrus Websocket RI Bundle 2.1.0-SNAPSHOT [65/65] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ websocket-ri-bundle --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (default) @ websocket-ri-bundle --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-version) @ websocket-ri-bundle --- [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (default) @ websocket-ri-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.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: org.glassfish.tyrus:tyrus-core:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-server:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:sources:2.1.0-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.1.0-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/core/target/tyrus-core-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/client/target/tyrus-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/server/target/tyrus-server-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/containers/servlet/target/tyrus-container-servlet-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/spi/target/tyrus-spi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/resources [INFO] Copying 1 resource [INFO] Copying 12 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ websocket-ri-bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 202 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/classes [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/uri/internal/MultivaluedMap.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/uri/internal/MultivaluedMap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ websocket-ri-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ websocket-ri-bundle --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ websocket-ri-bundle --- [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ websocket-ri-bundle --- [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/l10n Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/wsadl/model Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/uri/internal Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/uri Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/cluster Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/extension Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/frame Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/coder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-spi] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/gf/ejb Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-container-glassfish-ejb] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/websocket/server Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.1.0-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/websocket Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ websocket-ri-bundle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ websocket-ri-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ websocket-ri-bundle --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.0-SNAPSHOT/websocket-ri-bundle-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.0-SNAPSHOT/websocket-ri-bundle-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.1-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.0-SNAPSHOT/websocket-ri-bundle-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ websocket-ri-bundle --- [INFO] Installing org/glassfish/tyrus/bundles/websocket-ri-bundle/2.1.0-SNAPSHOT/websocket-ri-bundle-2.1.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tyrus 2.1.0-SNAPSHOT: [INFO] [INFO] tyrus .............................................. SUCCESS [ 9.837 s] [INFO] tyrus-archetypes ................................... SUCCESS [ 0.061 s] [INFO] Tyrus Echo Archetype ............................... SUCCESS [ 6.220 s] [INFO] Tyrus BOM .......................................... SUCCESS [ 0.059 s] [INFO] Tyrus Container SPI ................................ SUCCESS [ 5.986 s] [INFO] Tyrus Core ......................................... SUCCESS [ 9.809 s] [INFO] Tyrus Client ....................................... SUCCESS [ 1.296 s] [INFO] Tyrus Container Modules ............................ SUCCESS [ 0.068 s] [INFO] Tyrus Containers For Glassfish ..................... SUCCESS [ 0.071 s] [INFO] Tyrus CDI Component Provider ....................... SUCCESS [ 0.226 s] [INFO] Tyrus EJB Component Provider ....................... SUCCESS [ 0.169 s] [INFO] Tyrus Grizzly Client Container ..................... SUCCESS [ 0.456 s] [INFO] Tyrus Server ....................................... SUCCESS [ 0.501 s] [INFO] Tyrus Grizzly Server Container ..................... SUCCESS [ 0.272 s] [INFO] Tyrus InMemory Container ........................... SUCCESS [ 0.668 s] [INFO] Tyrus Servlet Bundle ............................... SUCCESS [ 3.905 s] [INFO] Tyrus Tests ........................................ SUCCESS [ 0.034 s] [INFO] Tyrus Test Tools ................................... SUCCESS [ 0.185 s] [INFO] Tyrus JDK Client Container ......................... SUCCESS [ 11.667 s] [INFO] Tyrus Documentation ................................ SUCCESS [ 17.438 s] [INFO] Tyrus Extension Modules ............................ SUCCESS [ 0.043 s] [INFO] Tyrus CLI Client ................................... SUCCESS [ 0.797 s] [INFO] Tyrus Monitoring JMX ............................... SUCCESS [ 1.768 s] [INFO] Tyrus Extension - Per Message Deflate .............. SUCCESS [ 1.081 s] [INFO] Tyrus Java8 Client Extension ....................... SUCCESS [ 1.164 s] [INFO] Tyrus Samples ...................................... SUCCESS [ 0.048 s] [INFO] Tyrus Auction Sample ............................... SUCCESS [ 1.004 s] [INFO] Tyrus CDI Sample ................................... SUCCESS [ 0.822 s] [INFO] Tyrus Chat Sample .................................. SUCCESS [ 0.288 s] [INFO] Tyrus Draw Sample .................................. SUCCESS [ 0.215 s] [INFO] Tyrus Echo Sample .................................. SUCCESS [ 0.839 s] [INFO] Tyrus Basic Auth Sample ............................ SUCCESS [ 0.645 s] [INFO] Tyrus Secure Echo Sample ........................... SUCCESS [ 0.385 s] [INFO] Tyrus Programmatic Echo Sample ..................... SUCCESS [ 0.705 s] [INFO] Tyrus Simple Life Sample ........................... SUCCESS [ 0.229 s] [INFO] Tyrus Shared Collection Sample ..................... SUCCESS [ 0.449 s] [INFO] Tyrus End-to-End Tests ............................. SUCCESS [ 0.035 s] [INFO] Tyrus End-to-End Application Config Tests .......... SUCCESS [ 2.901 s] [INFO] Tyrus End-to-End Non-deployable Tests .............. SUCCESS [ 8.968 s] [INFO] Tyrus End-to-End Standard Config Tests ............. SUCCESS [ 58.835 s] [INFO] Tyrus End-to-End Java 8 Tests ...................... SUCCESS [ 1.012 s] [INFO] Tyrus End-to-End Tests running on Jetty ............ SUCCESS [ 0.051 s] [INFO] Tyrus End-to-End Basic Auth Tests .................. SUCCESS [ 2.177 s] [INFO] Tyrus End-to-End Digest Auth Tests ................. SUCCESS [ 0.681 s] [INFO] Tyrus Server Integration Tests ..................... SUCCESS [ 0.030 s] [INFO] Tyrus Servlet Async Tests .......................... SUCCESS [ 1.050 s] [INFO] Tyrus Autobahn Echo Server ......................... SUCCESS [ 0.188 s] [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 24.906 s] [INFO] Tyrus Servlet Dynamic Deploy Test .................. SUCCESS [ 0.497 s] [INFO] Tyrus Servlet No App Config ........................ SUCCESS [ 0.790 s] [INFO] Tyrus Servlet One App Config ....................... SUCCESS [ 0.974 s] [INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SUCCESS [ 0.467 s] [INFO] Tyrus Servlet Session Closing ...................... SUCCESS [ 16.803 s] [INFO] Tyrus Servlet Two App Config ....................... SUCCESS [ 0.694 s] [INFO] Tyrus Servlet Monitoring Test ...................... SUCCESS [ 0.765 s] [INFO] Tyrus Servlet Inject Test .......................... SUCCESS [ 0.446 s] [INFO] Tyrus Servlet Max Sessions Per App Tests ........... SUCCESS [ 2.644 s] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SUCCESS [ 2.542 s] [INFO] Tyrus Debug Debug Samples .......................... SUCCESS [ 10.996 s] [INFO] Tyrus Bundles ...................................... SUCCESS [ 0.023 s] [INFO] Tyrus Samples Bundle ............................... SUCCESS [ 0.711 s] [INFO] Tyrus Standalone Client ............................ SUCCESS [ 0.956 s] [INFO] Tyrus Standalone Client - JDK ...................... SUCCESS [ 0.247 s] [INFO] Tyrus Websocket RI Archive ......................... SUCCESS [ 1.811 s] [INFO] Tyrus Websocket RI Bundle .......................... SUCCESS [ 2.019 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:48 min [INFO] Finished at: 2021-09-01T15:59:36Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS